Uses of Class
org.jboss.system.server.profileservice.persistence.xml.PersistedProperty

Packages that use PersistedProperty
org.jboss.system.server.profileservice.persistence   
org.jboss.system.server.profileservice.persistence.xml   
 

Uses of PersistedProperty in org.jboss.system.server.profileservice.persistence
 

Methods in org.jboss.system.server.profileservice.persistence that return PersistedProperty
protected  PersistedProperty AbstractManagedObjectPersistence.createPersistedProperty(org.jboss.managed.api.ManagedProperty property)
          Create a persisted property.
 

Methods in org.jboss.system.server.profileservice.persistence that return types with arguments of type PersistedProperty
protected static Map<String,PersistedProperty> AbstractManagedObjectPersistence.getPersistedProperties(PersistedManagedObject persisted)
          Get a map of persisted managed objects, with the property name as key.
 

Methods in org.jboss.system.server.profileservice.persistence with parameters of type PersistedProperty
protected  org.jboss.metatype.api.values.MetaValue AbstractManagedObjectRecreation.processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property)
          Process the managed property.
protected  org.jboss.metatype.api.values.MetaValue AbstractManagedObjectRecreation.processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property, boolean trace)
          Process the managed property.
protected  org.jboss.metatype.api.values.MetaValue AbstractManagedObjectRecreation.processManagedProperty(PersistedProperty persisted, org.jboss.managed.api.ManagedProperty property, Object attachment)
          Process a managed property and set it's values to the attachment.
protected  boolean AbstractManagedObjectPersistence.processProperty(org.jboss.managed.api.ManagedProperty property, PersistedProperty persisted)
          Process a managed property.
protected  boolean AbstractManagedObjectPersistence.processProperty(org.jboss.managed.api.ManagedProperty property, PersistedProperty persisted, boolean trace)
          Process a managed property.
 

Uses of PersistedProperty in org.jboss.system.server.profileservice.persistence.xml
 

Methods in org.jboss.system.server.profileservice.persistence.xml that return types with arguments of type PersistedProperty
 List<PersistedProperty> PersistedManagedObject.getProperties()
           
 

Method parameters in org.jboss.system.server.profileservice.persistence.xml with type arguments of type PersistedProperty
 void PersistedManagedObject.setProperties(List<PersistedProperty> properties)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.