|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityType | |
|---|---|
| org.xwiki.model | |
| org.xwiki.model.reference | |
| org.xwiki.model.script | |
| 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 |
WikiReference.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 |
SpaceReference.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 |
EntityReference.setType(EntityType type)
Entity reference are immutable since 3.3M2, so this method is now protected. |
protected void |
DocumentReference.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 |
AttachmentReference.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. |
|
PartialEntityReference(String name,
EntityType type)
Create a new root EntityReference. |
|
PartialEntityReference(String name,
EntityType type,
EntityReference parent)
Create a new EntityReference. |
|
RegexEntityReference(Pattern pattern,
EntityType type)
|
|
RegexEntityReference(Pattern pattern,
EntityType type,
EntityReference parent)
|
|
| Uses of EntityType in org.xwiki.model.script |
|---|
| Methods in org.xwiki.model.script with parameters of type EntityType | |
|---|---|
EntityReference |
ModelScriptService.createEntityReference(String name,
EntityType type)
Creates any EntityReference from a string. |
EntityReference |
ModelScriptService.createEntityReference(String name,
EntityType type,
EntityReference parent)
Creates any EntityReference from a string. |
String |
ModelScriptService.getEntityReferenceValue(EntityType type)
Get the current value for a specific entity type, like the current space or wiki name. |
String |
ModelScriptService.getEntityReferenceValue(EntityType type,
String hint)
Get the value configured for a specific entity type, like the space name or wiki name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||