Uses of Class
org.alfresco.rest.rm.community.model.custom.CustomDefinitions
-
Packages that use CustomDefinitions Package Description org.alfresco.rest.rm.community.model.custom org.alfresco.rest.v0 -
-
Uses of CustomDefinitions in org.alfresco.rest.rm.community.model.custom
Methods in org.alfresco.rest.rm.community.model.custom that return CustomDefinitions Modifier and Type Method Description static CustomDefinitionsCustomDefinitions. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomDefinitions[]CustomDefinitions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CustomDefinitions in org.alfresco.rest.v0
Methods in org.alfresco.rest.v0 with parameters of type CustomDefinitions Modifier and Type Method Description voidCustomDefinitionsAPI. createRelationship(String adminUser, String adminPassword, String recordNodeIdFrom, String recordNodeIdTo, CustomDefinitions relationshipType)Helper method to add custom reference instance to the specified record node
-