Uses of Class
org.alfresco.rest.model.RestRuleSetModel
-
Packages that use RestRuleSetModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestRuleSetModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRuleSetModel Modifier and Type Method Description RestRuleSetModelRestRuleSetModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestRuleSetModel Modifier and Type Method Description ModelAssertion<RestRuleSetModel>RestRuleSetModel. and()ModelAssertion<RestRuleSetModel>RestRuleSetModel. assertThat() -
Uses of RestRuleSetModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestRuleSetModel Modifier and Type Method Description RestRuleSetModelNode. getDefaultRuleSet()Get the default rule set from a folder.RestRuleSetModelNode. getRuleSet(java.lang.String ruleSetId)Get the specified rule set from a folder.
-