Uses of Class
org.alfresco.rest.api.model.CustomModelConstraint
-
Packages that use CustomModelConstraint Package Description org.alfresco.rest.api org.alfresco.rest.api.cmm org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of CustomModelConstraint in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModelConstraint Modifier and Type Method Description CustomModelConstraintCustomModels. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)Creates custom model's constraintCustomModelConstraintCustomModels. getCustomModelConstraint(String modelName, String constraintName, Parameters parameters)Gets theorg.alfresco.rest.api.model.CustomModelConstraintrepresentation of the given model's constraintMethods in org.alfresco.rest.api that return types with arguments of type CustomModelConstraint Modifier and Type Method Description CollectionWithPagingInfo<CustomModelConstraint>CustomModels. getCustomModelConstraints(String modelName, Parameters parameters)Gets a paged list of all of the given custom model's constraintsMethods in org.alfresco.rest.api with parameters of type CustomModelConstraint Modifier and Type Method Description CustomModelConstraintCustomModels. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)Creates custom model's constraint -
Uses of CustomModelConstraint in org.alfresco.rest.api.cmm
Methods in org.alfresco.rest.api.cmm that return CustomModelConstraint Modifier and Type Method Description CustomModelConstraintCustomModelConstraintRelation. readById(String modelName, String constraintName, Parameters parameters)Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomModelConstraint Modifier and Type Method Description List<CustomModelConstraint>CustomModelConstraintRelation. create(String modelName, List<CustomModelConstraint> constraints, Parameters parameters)CollectionWithPagingInfo<CustomModelConstraint>CustomModelConstraintRelation. readAll(String modelName, Parameters parameters)Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelConstraint Modifier and Type Method Description List<CustomModelConstraint>CustomModelConstraintRelation. create(String modelName, List<CustomModelConstraint> constraints, Parameters parameters) -
Uses of CustomModelConstraint in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CustomModelConstraint Modifier and Type Method Description CustomModelConstraintCustomModelsImpl. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)CustomModelConstraintCustomModelsImpl. getCustomModelConstraint(String modelName, String constraintName, Parameters parameters)Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomModelConstraint Modifier and Type Method Description CollectionWithPagingInfo<CustomModelConstraint>CustomModelsImpl. getCustomModelConstraints(String modelName, Parameters parameters)List<CustomModelConstraint>CustomModelsImpl.ModelDetails. getModelDefinedConstraints()Methods in org.alfresco.rest.api.impl with parameters of type CustomModelConstraint Modifier and Type Method Description CustomModelConstraintCustomModelsImpl. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomModelConstraint Modifier and Type Method Description voidCustomModelsImpl.ModelDetails. setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints) -
Uses of CustomModelConstraint in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return types with arguments of type CustomModelConstraint Modifier and Type Method Description List<CustomModelConstraint>CustomModel. getConstraints()List<CustomModelConstraint>CustomModelProperty. getConstraints()Method parameters in org.alfresco.rest.api.model with type arguments of type CustomModelConstraint Modifier and Type Method Description voidCustomModel. setConstraints(List<CustomModelConstraint> constraints)voidCustomModelProperty. setConstraints(List<CustomModelConstraint> constraints)
-