Uses of Class
org.alfresco.rest.workflow.api.model.Item
Packages that use Item
Package
Description
-
Uses of Item in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return ItemModifier and TypeMethodDescriptionProcesses.createItem
(String processId, Item item) Tasks.createItem
(String taskId, Item item) Methods in org.alfresco.rest.workflow.api that return types with arguments of type ItemModifier and TypeMethodDescriptionMethods in org.alfresco.rest.workflow.api with parameters of type ItemModifier and TypeMethodDescriptionProcesses.createItem
(String processId, Item item) Tasks.createItem
(String taskId, Item item) -
Uses of Item in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return ItemModifier and TypeMethodDescriptionProcessesImpl.createItem
(String processId, Item item) TasksImpl.createItem
(String taskId, Item item) protected Item
WorkflowRestImpl.createItemForNodeRef
(NodeRef nodeRef) WorkflowRestImpl.createItemInProcess
(String itemId, String processId) Create a new item in the process package variableWorkflowRestImpl.getItemFromProcess
(String itemId, String processId) Get an item from the process package variableMethods in org.alfresco.rest.workflow.api.impl that return types with arguments of type ItemModifier and TypeMethodDescriptionWorkflowRestImpl.getItemsFromProcess
(String processId, Paging paging) Get all items from the process package variableMethods in org.alfresco.rest.workflow.api.impl with parameters of type ItemModifier and TypeMethodDescriptionProcessesImpl.createItem
(String processId, Item item) TasksImpl.createItem
(String taskId, Item item) -
Uses of Item in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return ItemModifier and TypeMethodDescriptionProcessItemsRelation.readById
(String processId, String id, Parameters parameters) Methods in org.alfresco.rest.workflow.api.processes that return types with arguments of type ItemModifier and TypeMethodDescriptionProcessItemsRelation.create
(String processId, List<Item> entity, Parameters parameters) ProcessItemsRelation.readAll
(String processId, Parameters parameters) List the attached items.Method parameters in org.alfresco.rest.workflow.api.processes with type arguments of type Item -
Uses of Item in org.alfresco.rest.workflow.api.tasks
Methods in org.alfresco.rest.workflow.api.tasks that return ItemModifier and TypeMethodDescriptionTaskItemsRelation.readById
(String taskId, String itemId, Parameters parameters) Methods in org.alfresco.rest.workflow.api.tasks that return types with arguments of type ItemModifier and TypeMethodDescriptionTaskItemsRelation.create
(String taskId, List<Item> entity, Parameters parameters) TaskItemsRelation.readAll
(String taskId, Parameters parameters) List the attached items.Method parameters in org.alfresco.rest.workflow.api.tasks with type arguments of type Item