Uses of Class
org.alfresco.rest.workflow.api.model.Item
-
Packages that use Item Package Description org.alfresco.rest.workflow.api org.alfresco.rest.workflow.api.impl org.alfresco.rest.workflow.api.processes org.alfresco.rest.workflow.api.tasks -
-
Uses of Item in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return Item Modifier and Type Method Description Item
Processes. createItem(java.lang.String processId, Item item)
Item
Tasks. createItem(java.lang.String taskId, Item item)
Item
Processes. getItem(java.lang.String processId, java.lang.String itemId)
Item
Tasks. getItem(java.lang.String taskId, java.lang.String itemId)
Methods in org.alfresco.rest.workflow.api that return types with arguments of type Item Modifier and Type Method Description CollectionWithPagingInfo<Item>
Processes. getItems(java.lang.String processId, Paging paging)
CollectionWithPagingInfo<Item>
Tasks. getItems(java.lang.String taskId, Paging paging)
Methods in org.alfresco.rest.workflow.api with parameters of type Item Modifier and Type Method Description Item
Processes. createItem(java.lang.String processId, Item item)
Item
Tasks. createItem(java.lang.String taskId, Item item)
-
Uses of Item in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return Item Modifier and Type Method Description Item
ProcessesImpl. createItem(java.lang.String processId, Item item)
Item
TasksImpl. createItem(java.lang.String taskId, Item item)
protected Item
WorkflowRestImpl. createItemForNodeRef(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Item
WorkflowRestImpl. createItemInProcess(java.lang.String itemId, java.lang.String processId)
Create a new item in the process package variableItem
ProcessesImpl. getItem(java.lang.String processId, java.lang.String itemId)
Item
TasksImpl. getItem(java.lang.String taskId, java.lang.String itemId)
Item
WorkflowRestImpl. getItemFromProcess(java.lang.String itemId, java.lang.String processId)
Get an item from the process package variableMethods in org.alfresco.rest.workflow.api.impl that return types with arguments of type Item Modifier and Type Method Description CollectionWithPagingInfo<Item>
ProcessesImpl. getItems(java.lang.String processId, Paging paging)
CollectionWithPagingInfo<Item>
TasksImpl. getItems(java.lang.String taskId, Paging paging)
CollectionWithPagingInfo<Item>
WorkflowRestImpl. getItemsFromProcess(java.lang.String processId, Paging paging)
Get all items from the process package variableMethods in org.alfresco.rest.workflow.api.impl with parameters of type Item Modifier and Type Method Description Item
ProcessesImpl. createItem(java.lang.String processId, Item item)
Item
TasksImpl. createItem(java.lang.String taskId, Item item)
-
Uses of Item in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return Item Modifier and Type Method Description Item
ProcessItemsRelation. readById(java.lang.String processId, java.lang.String id, Parameters parameters)
Methods in org.alfresco.rest.workflow.api.processes that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>
ProcessItemsRelation. create(java.lang.String processId, java.util.List<Item> entity, Parameters parameters)
CollectionWithPagingInfo<Item>
ProcessItemsRelation. readAll(java.lang.String processId, Parameters parameters)
List the attached items.Method parameters in org.alfresco.rest.workflow.api.processes with type arguments of type Item Modifier and Type Method Description java.util.List<Item>
ProcessItemsRelation. create(java.lang.String processId, java.util.List<Item> entity, Parameters parameters)
-
Uses of Item in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return Item Modifier and Type Method Description Item
TaskItemsRelation. readById(java.lang.String taskId, java.lang.String itemId, Parameters parameters)
Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type Item Modifier and Type Method Description java.util.List<Item>
TaskItemsRelation. create(java.lang.String taskId, java.util.List<Item> entity, Parameters parameters)
CollectionWithPagingInfo<Item>
TaskItemsRelation. readAll(java.lang.String taskId, Parameters parameters)
List the attached items.Method parameters in org.alfresco.rest.workflow.api.tasks with type arguments of type Item Modifier and Type Method Description java.util.List<Item>
TaskItemsRelation. create(java.lang.String taskId, java.util.List<Item> entity, Parameters parameters)
-