Uses of Class
org.alfresco.rest.api.model.CustomModelConstraint
Packages that use CustomModelConstraint
Package
Description
-
Uses of CustomModelConstraint in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CustomModelConstraintModifier and TypeMethodDescriptionCustomModels.createCustomModelConstraint
(String modelName, CustomModelConstraint constraint) Creates custom model's constraintCustomModels.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 CustomModelConstraintModifier and TypeMethodDescriptionCustomModels.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 CustomModelConstraintModifier and TypeMethodDescriptionCustomModels.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 CustomModelConstraintModifier and TypeMethodDescriptionCustomModelConstraintRelation.readById
(String modelName, String constraintName, Parameters parameters) Methods in org.alfresco.rest.api.cmm that return types with arguments of type CustomModelConstraintModifier and TypeMethodDescriptionCustomModelConstraintRelation.create
(String modelName, List<CustomModelConstraint> constraints, Parameters parameters) CustomModelConstraintRelation.readAll
(String modelName, Parameters parameters) Method parameters in org.alfresco.rest.api.cmm with type arguments of type CustomModelConstraintModifier and TypeMethodDescriptionCustomModelConstraintRelation.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 CustomModelConstraintModifier and TypeMethodDescriptionCustomModelsImpl.createCustomModelConstraint
(String modelName, CustomModelConstraint constraint) CustomModelsImpl.getCustomModelConstraint
(String modelName, String constraintName, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type CustomModelConstraintModifier and TypeMethodDescriptionCustomModelsImpl.getCustomModelConstraints
(String modelName, Parameters parameters) CustomModelsImpl.ModelDetails.getModelDefinedConstraints()
Methods in org.alfresco.rest.api.impl with parameters of type CustomModelConstraintModifier and TypeMethodDescriptionCustomModelsImpl.createCustomModelConstraint
(String modelName, CustomModelConstraint constraint) Method parameters in org.alfresco.rest.api.impl with type arguments of type CustomModelConstraintModifier and TypeMethodDescriptionvoid
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 CustomModelConstraintModifier and TypeMethodDescriptionCustomModel.getConstraints()
CustomModelProperty.getConstraints()
Method parameters in org.alfresco.rest.api.model with type arguments of type CustomModelConstraintModifier and TypeMethodDescriptionvoid
CustomModel.setConstraints
(List<CustomModelConstraint> constraints) void
CustomModelProperty.setConstraints
(List<CustomModelConstraint> constraints)