Class RestFormModel

java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestFormModel
All Implemented Interfaces:
IModelAssertion<RestFormModel>, IRestModel<RestFormModel>, org.alfresco.utility.model.Model

public class RestFormModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestFormModel>
Handles single representation of a Start Form Model * "entry": { "allowedValues": [ "1", "2", "3" ], "qualifiedName": "{http://www.alfresco.org/model/bpm/1.0}workflowPriority", "defaultValue": "2", "dataType": "d:int", "name": "bpm_workflowPriority", "title": "Workflow Priority", "required": false } Created by Claudia Agache on 10/18/2016.