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()
          Returns the type of this entity.
 

Methods in org.xwiki.model.reference with parameters of type EntityType
 EntityReference EntityReference.extractReference(EntityType type)
          Extract the entity of the given type from this one.
 String EntityReferenceValueProvider.getDefaultValue(EntityType type)
           
 EntityReference EntityReferenceResolver.resolve(T entityReferenceRepresentation, EntityType type, Object... parameters)
           
protected  void DocumentReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void ObjectPropertyReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void AttachmentReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void ClassPropertyReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void ObjectReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void WikiReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void SpaceReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
protected  void EntityReference.setType(EntityType type)
          Entity reference are immutable since 3.3M2, so this method is now protected.
 

Constructors in org.xwiki.model.reference with parameters of type EntityType
EntityReference(String name, EntityType type)
          Create a new root EntityReference.
EntityReference(String name, EntityType type, EntityReference parent)
          Create a new EntityReference.
EntityReference(String name, EntityType type, EntityReference parent, Map<String,Serializable> parameters)
          Create a new EntityReference.
RegexEntityReference(Pattern pattern, EntityType type)
           
RegexEntityReference(Pattern pattern, EntityType type, EntityReference parent)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.