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(java.lang.String definitionId, Paging paging)
CollectionWithPagingInfo<FormModelElement>
Tasks. getTaskFormModel(java.lang.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(java.lang.String definitionId, Paging paging)
CollectionWithPagingInfo<FormModelElement>
TasksImpl. getTaskFormModel(java.lang.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(java.lang.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(java.lang.String entityResourceId, Parameters params)
-