Class CustomTypeManager

java.lang.Object
org.alfresco.rest.requests.ModelRequest<CustomTypeManager>
org.alfresco.rest.requests.CustomTypeManager

public class CustomTypeManager extends ModelRequest<CustomTypeManager>
Author:
Bogdan Bocancea
  • Constructor Details

    • CustomTypeManager

      public CustomTypeManager(org.alfresco.utility.model.CustomContentModel customContentModel, RestCustomTypeModel customTypeModel, RestWrapper restWrapper)
  • Method Details

    • getCustomType

      public RestCustomTypeModel getCustomType()
    • addProperty

      public void addProperty(org.alfresco.utility.model.CustomAspectPropertiesModel propertyModel)
    • addPropertyWithMinMaxValueConstraint

      public void addPropertyWithMinMaxValueConstraint(org.alfresco.utility.model.CustomAspectPropertiesModel propertyModel, int minValue, int maxValue)
    • addPropertyWithMinMaxLengthConstraint

      public void addPropertyWithMinMaxLengthConstraint(org.alfresco.utility.model.CustomAspectPropertiesModel propertyModel, int minLength, int maxLength)
    • addPropertyWithListOfValues

      public void addPropertyWithListOfValues(org.alfresco.utility.model.CustomAspectPropertiesModel propertyModel, boolean sorted, String... listOfValues)
    • deleteCustomType

      public void deleteCustomType()