| Package | Description |
|---|---|
| org.alfresco.rest.api | |
| org.alfresco.rest.api.cmm | |
| org.alfresco.rest.api.impl | |
| org.alfresco.rest.api.model |
| Modifier and Type | Method and Description |
|---|---|
CustomModelConstraint |
CustomModels.createCustomModelConstraint(String modelName,
CustomModelConstraint constraint)
Creates custom model's constraint
|
CustomModelConstraint |
CustomModels.getCustomModelConstraint(String modelName,
String constraintName,
Parameters parameters)
Gets the
org.alfresco.rest.api.model.CustomModelConstraint
representation of the given model's constraint |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<CustomModelConstraint> |
CustomModels.getCustomModelConstraints(String modelName,
Parameters parameters)
Gets a paged list of all of the given custom model's constraints
|
| Modifier and Type | Method and Description |
|---|---|
CustomModelConstraint |
CustomModels.createCustomModelConstraint(String modelName,
CustomModelConstraint constraint)
Creates custom model's constraint
|
| Modifier and Type | Method and Description |
|---|---|
CustomModelConstraint |
CustomModelConstraintRelation.readById(String modelName,
String constraintName,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomModelConstraint> |
CustomModelConstraintRelation.create(String modelName,
List<CustomModelConstraint> constraints,
Parameters parameters) |
CollectionWithPagingInfo<CustomModelConstraint> |
CustomModelConstraintRelation.readAll(String modelName,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomModelConstraint> |
CustomModelConstraintRelation.create(String modelName,
List<CustomModelConstraint> constraints,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
CustomModelConstraint |
CustomModelsImpl.createCustomModelConstraint(String modelName,
CustomModelConstraint constraint) |
CustomModelConstraint |
CustomModelsImpl.getCustomModelConstraint(String modelName,
String constraintName,
Parameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
CollectionWithPagingInfo<CustomModelConstraint> |
CustomModelsImpl.getCustomModelConstraints(String modelName,
Parameters parameters) |
List<CustomModelConstraint> |
CustomModelsImpl.ModelDetails.getModelDefinedConstraints() |
| Modifier and Type | Method and Description |
|---|---|
CustomModelConstraint |
CustomModelsImpl.createCustomModelConstraint(String modelName,
CustomModelConstraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomModelsImpl.ModelDetails.setModelDefinedConstraints(List<CustomModelConstraint> modelDefinedConstraints) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomModelConstraint> |
CustomModelProperty.getConstraints() |
List<CustomModelConstraint> |
CustomModel.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomModelProperty.setConstraints(List<CustomModelConstraint> constraints) |
void |
CustomModel.setConstraints(List<CustomModelConstraint> constraints) |
| Constructor and Description |
|---|
CustomModel(org.alfresco.service.cmr.dictionary.CustomModelDefinition modelDefinition,
List<CustomType> types,
List<CustomAspect> aspects,
List<CustomModelConstraint> constraints) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.