Uses of Interface
com.silverpeas.workflow.api.model.Item

Packages that use Item
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.dataRecord   
com.silverpeas.workflow.engine.model   
com.silverpeas.workflowdesigner.control   
 

Uses of Item in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return Item
 Item DataFolder.createItem()
          Create an Item
 Item TimeOutAction.getDateItem()
          Get date item from data folder used to determine when the action is launched.
 Item RelatedUser.getFolderItem()
          Get the referred item
 Item RelatedGroup.getFolderItem()
          Get the referred item
 Item Column.getItem()
          Get the item to show in this column
 Item DataFolder.getItem(String strRoleName)
          Get item contained in the DataFolder by role name
 Item[] DataFolder.getItems()
          Get the items
 

Methods in com.silverpeas.workflow.api.model that return types with arguments of type Item
 Iterator<Item> DataFolder.iterateItem()
          Iterate through the Item objects
 

Methods in com.silverpeas.workflow.api.model with parameters of type Item
 void DataFolder.addItem(Item item)
          Add an item to the collection
 void RelatedUser.setFolderItem(Item item)
          Set the referred item
 void RelatedGroup.setFolderItem(Item item)
          Set the referred item
 void Column.setItem(Item item)
          Set the item to show in this column
 

Uses of Item in com.silverpeas.workflow.engine.dataRecord
 

Constructors in com.silverpeas.workflow.engine.dataRecord with parameters of type Item
ItemTemplate(String fieldName, Item item, String role, String lang)
           
UserInfoTemplate(String fieldName, Item item, String role, String lang)
           
 

Uses of Item in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement Item
 class ItemImpl
          Class implementing the representation of the <item> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return Item
 Item DataFolderImpl.createItem()
           
 Item TimeOutActionImpl.getDateItem()
           
 Item RelatedGroupImpl.getFolderItem()
          Get the referred item
 Item RelatedUserImpl.getFolderItem()
          Get the referred item
 Item ColumnImpl.getItem()
          Implemented methods
 Item ItemRef.getItem()
          Get the referred item
 Item DataFolderImpl.getItem(String strRoleName)
           
 Item[] DataFolderImpl.getItems()
          Get the items
 

Methods in com.silverpeas.workflow.engine.model that return types with arguments of type Item
 Iterator<Item> DataFolderImpl.iterateItem()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type Item
 void DataFolderImpl.addItem(Item item)
           
 void TimeOutActionImpl.setDateItem(Item dateItem)
           
 void RelatedGroupImpl.setFolderItem(Item folderItem)
          Set the referred item
 void RelatedUserImpl.setFolderItem(Item folderItem)
          Set the referred item
 void ColumnImpl.setItem(Item item)
           
 void ItemRef.setItem(Item item)
          Set the referred item
 

Uses of Item in com.silverpeas.workflowdesigner.control
 

Methods in com.silverpeas.workflowdesigner.control that return Item
 Item WorkflowDesignerSessionController.createItem(String strContext)
          Create a new item object to be added to the model
 Item WorkflowDesignerSessionController.findItem(String strContext)
          Find the Item specified by the context
 

Methods in com.silverpeas.workflowdesigner.control that return types with arguments of type Item
 List<Item> WorkflowDesignerSessionController.retrieveFolderItems()
           
 

Methods in com.silverpeas.workflowdesigner.control with parameters of type Item
 void WorkflowDesignerSessionController.updateItem(Item source, String strContext, String strNameOriginal)
          Update Item referenced by the context.
 



Copyright © 2016 Silverpeas. All Rights Reserved.