Uses of Class
org.alfresco.module.org_alfresco_module_rm.relationship.RelationshipType
-
Packages that use RelationshipType Package Description org.alfresco.module.org_alfresco_module_rm.relationship -
-
Uses of RelationshipType in org.alfresco.module.org_alfresco_module_rm.relationship
Methods in org.alfresco.module.org_alfresco_module_rm.relationship that return RelationshipType Modifier and Type Method Description RelationshipType
RelationshipDefinition. getType()
Gets the type of the relationship definitionRelationshipType
RelationshipDefinitionImpl. getType()
static RelationshipType
RelationshipType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RelationshipType[]
RelationshipType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.alfresco.module.org_alfresco_module_rm.relationship with parameters of type RelationshipType Constructor Description RelationshipDefinitionImpl(String uniqueName, RelationshipType type, RelationshipDisplayName displayName)
Constructor for creating a relationship definition
-