boolean |
EntityReference.equals(EntityReference otherReference,
EntityType to) |
Compared the two reference between the first reference and the last (including) to type of entity.
|
boolean |
EntityReference.equals(EntityReference otherReference,
EntityType from,
EntityType to) |
Compared the two reference between the first (including) from type of entity and the last
(including) to type of entity.
|
EntityReference |
EntityReference.extractFirstReference(EntityType type) |
Extract the first entity of the given type from this one by traversing the current entity to the root.
|
EntityReference |
EntityReference.extractReference(EntityType type) |
Extract the last entity of the given type from this one by traversing the current entity to the root.
|
Collection<EntityReferenceTreeNode> |
EntityReferenceTreeNode.getChildren(EntityType type) |
|
EntityReference |
EntityReferenceProvider.getDefaultReference(EntityType type) |
|
String |
EntityReferenceValueProvider.getDefaultValue(EntityType type) |
Deprecated.
|
EntityReference |
EntityReferenceResolver.resolve(T entityReferenceRepresentation,
EntityType type,
Object... parameters) |
|
protected void |
AttachmentReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
BlockReference.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 |
DocumentReference.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 |
LocalPageReference.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 |
ObjectReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
PageAttachmentReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
PageClassPropertyReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
PageObjectPropertyReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
PageObjectReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|
protected void |
PageReference.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 |
WikiReference.setType(EntityType type) |
Entity reference are immutable since 3.3M2, so this method is now protected.
|