Uses of Class
org.alfresco.rest.workflow.api.model.FormModelElement
-
Packages that use FormModelElement Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.processdefinitions org.alfresco.rest.workflow.api.tasks -
-
Uses of FormModelElement in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return types with arguments of type FormModelElement Modifier and Type Method Description CollectionWithPagingInfo<FormModelElement>ProcessDefinitions. getStartFormModel(String definitionId, Paging paging)CollectionWithPagingInfo<FormModelElement>Tasks. getTaskFormModel(String entityResourceId, Paging paging) -
Uses of FormModelElement in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type FormModelElement Modifier and Type Method Description CollectionWithPagingInfo<FormModelElement>WorkflowRestImpl. getFormModelElements(org.alfresco.service.cmr.dictionary.TypeDefinition type, Paging paging)CollectionWithPagingInfo<FormModelElement>ProcessDefinitionsImpl. getStartFormModel(String definitionId, Paging paging)CollectionWithPagingInfo<FormModelElement>TasksImpl. getTaskFormModel(String taskId, Paging paging) -
Uses of FormModelElement in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that return types with arguments of type FormModelElement Modifier and Type Method Description CollectionWithPagingInfo<FormModelElement>StartFormModelRelation. readAll(String definitionId, Parameters parameters)List the tasks candidate users and groups. -
Uses of FormModelElement in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type FormModelElement Modifier and Type Method Description CollectionWithPagingInfo<FormModelElement>TaskFormModelRelation. readAll(String entityResourceId, Parameters params)
-