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 CustomModelConstraint
CustomModels. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)
Creates custom model's constraintCustomModelConstraint
CustomModels. getCustomModelConstraint(String modelName, String constraintName, Parameters parameters)
Gets theorg.alfresco.rest.api.model.CustomModelConstraint
representation 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 CustomModelConstraint
CustomModels. 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 CustomModelConstraint
CustomModelConstraintRelation. 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 CustomModelConstraint
CustomModelsImpl. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)
CustomModelConstraint
CustomModelsImpl. 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 CustomModelConstraint
CustomModelsImpl. createCustomModelConstraint(String modelName, CustomModelConstraint constraint)
Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomModelConstraint Modifier and Type Method Description void
CustomModelsImpl.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 void
CustomModel. setConstraints(List<CustomModelConstraint> constraints)
void
CustomModelProperty. setConstraints(List<CustomModelConstraint> constraints)
-