Uses of Interface
org.jboss.system.server.profileservice.persistence.xml.PersistedValue

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

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

Methods in org.jboss.system.server.profileservice.persistence that return PersistedValue
protected  PersistedValue AbstractValuePersistence.createPersistedValue(org.jboss.metatype.api.values.MetaValue value, org.jboss.metatype.api.types.MetaType metaType)
          Create the peristed xml meta data.
protected  PersistedValue AbstractValuePersistence.createPersistedValue(org.jboss.metatype.api.values.MetaValue value, org.jboss.metatype.api.types.MetaType metaType, PersistedValue persisted)
          Create the peristed xml meta data.
protected  PersistedValue AbstractValuePersistence.createPropertiesValue(org.jboss.metatype.api.values.PropertiesMetaValue value)
          Create the persistence properties value.
protected static PersistedValue AbstractValuePersistence.emtpyPersistedValue(org.jboss.metatype.api.types.MetaType metaType)
          Create a emtpy xml meta data, based on the meta type
 

Methods in org.jboss.system.server.profileservice.persistence with parameters of type PersistedValue
 org.jboss.metatype.api.values.MetaValue AbstractValueRecreation.createMetaValue(PersistedValue valueElement, org.jboss.metatype.api.types.MetaType metaType)
          Create the meta value, based on the xml persisted value and the generated MetaType.
protected  PersistedValue AbstractValuePersistence.createPersistedValue(org.jboss.metatype.api.values.MetaValue value, org.jboss.metatype.api.types.MetaType metaType, PersistedValue persisted)
          Create the peristed xml meta data.
protected  org.jboss.metatype.api.values.MetaValue AbstractManagedObjectRecreation.createValue(PersistedValue value, org.jboss.metatype.api.types.MetaType metaType)
          Call the value recreation to recreate a persisted value.
 

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

Classes in org.jboss.system.server.profileservice.persistence.xml that implement PersistedValue
 class AbstractPersisitedValue
          A abstract persisted value.
 class NullValue
          A value.
 class PersistedArrayValue
          The persisted ArrayValue.
 class PersistedCollectionValue
          The persisted collection value.
 class PersistedCompositeValue
          The persisted composite value.
 class PersistedEnumValue
          The persisted EnumValue.
 class PersistedGenericValue
          The persisted generic value.
 class PersistedPair
          The SimpleValue/SimpleMetaType.
 class PersistedPropertiesValue
          The persisted TableValue.
 class PersistedSimpleValue
          The SimpleValue/SimpleMetaType.
 class PersistedTableValue
          The persisted TableValue.
 

Methods in org.jboss.system.server.profileservice.persistence.xml that return PersistedValue
 PersistedValue PersistedProperty.getValue()
           
 

Methods in org.jboss.system.server.profileservice.persistence.xml that return types with arguments of type PersistedValue
 List<PersistedValue> PersistedCompositeValue.getValues()
           
 List<PersistedValue> PersistedCollectionValue.getValues()
           
 

Methods in org.jboss.system.server.profileservice.persistence.xml with parameters of type PersistedValue
 void PersistedCollectionValue.addValue(PersistedValue value)
           
 void PersistedProperty.setValue(PersistedValue value)
           
 void PersistedValueVisitor.visit(PersistedValue value)
          Visit a persisted value.
 

Method parameters in org.jboss.system.server.profileservice.persistence.xml with type arguments of type PersistedValue
 void PersistedCompositeValue.setValues(List<PersistedValue> values)
           
 void PersistedCollectionValue.setValues(List<PersistedValue> collection)
           
 



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