Uses of Class
org.xwiki.model.EntityType

Packages that use EntityType
org.xwiki.model   
org.xwiki.model.reference   
 

Uses of EntityType in org.xwiki.model
 

Methods in org.xwiki.model that return EntityType
static EntityType EntityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityType[] EntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.model with parameters of type EntityType
 String ModelConfiguration.getDefaultReferenceValue(EntityType type)
           
 

Uses of EntityType in org.xwiki.model.reference
 

Methods in org.xwiki.model.reference that return EntityType
 EntityType EntityReference.getType()
           
 

Methods in org.xwiki.model.reference with parameters of type EntityType
 EntityReference EntityReference.extractReference(EntityType type)
           
 String EntityReferenceValueProvider.getDefaultValue(EntityType type)
           
 EntityReference EntityReferenceResolver.resolve(T entityReferenceRepresentation, EntityType type, Object... parameters)
           
 void DocumentReference.setType(EntityType type)
           Overridden in order to verify the validity of the passed type
 void ObjectPropertyReference.setType(EntityType type)
          
Overridden to check the type to be a property type.
 void AttachmentReference.setType(EntityType type)
           Overridden in order to verify the validity of the passed type
 void ClassPropertyReference.setType(EntityType type)
          
 void ObjectReference.setType(EntityType type)
          
Overridden to check the type to be an object type.
 void WikiReference.setType(EntityType type)
          
 void SpaceReference.setType(EntityType type)
           Overridden in order to verify the validity of the passed type
 void EntityReference.setType(EntityType type)
           
 

Constructors in org.xwiki.model.reference with parameters of type EntityType
EntityReference(String name, EntityType type)
           
EntityReference(String name, EntityType type, EntityReference parent)
           
RegexEntityReference(Pattern pattern, EntityType type)
           
RegexEntityReference(Pattern pattern, EntityType type, EntityReference parent)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.