Class CustomTypeManager

    • Constructor Detail

      • CustomTypeManager

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

      • 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,
                                                java.lang.String... listOfValues)
      • deleteCustomType

        public void deleteCustomType()