Uses of Interface
org.silverpeas.core.workflow.api.model.Item
-
-
Uses of Item in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return Item Modifier and Type Method Description Item
DataFolder. createItem()
Create an ItemItem
TimeOutAction. getDateItem()
Get date item from data folder used to determine when the action is launched.Item
RelatedGroup. getFolderItem()
Get the referred itemItem
RelatedUser. getFolderItem()
Get the referred itemItem
Column. getItem()
Get the item to show in this columnItem
DataFolder. getItem(String strRoleName)
Get item contained in the DataFolder by role nameItem[]
DataFolder. getItems()
Get the itemsMethods in org.silverpeas.core.workflow.api.model that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>
DataFolder. iterateItem()
Iterate through the Item objectsMethods in org.silverpeas.core.workflow.api.model with parameters of type Item Modifier and Type Method Description void
DataFolder. addItem(Item item)
Add an item to the collectionvoid
RelatedGroup. setFolderItem(Item item)
Set the referred itemvoid
RelatedUser. setFolderItem(Item item)
Set the referred itemvoid
Column. setItem(Item item)
Set the item to show in this column -
Uses of Item in org.silverpeas.core.workflow.engine.datarecord
Constructors in org.silverpeas.core.workflow.engine.datarecord with parameters of type Item Constructor Description ItemTemplate(String fieldName, Item item, String role, String lang)
UserInfoTemplate(String fieldName, Item item, String role, String lang)
-
Uses of Item in org.silverpeas.core.workflow.engine.model
Classes in org.silverpeas.core.workflow.engine.model that implement Item Modifier and Type Class Description class
ItemImpl
Class implementing the representation of the <item> element of a Process Model.Methods in org.silverpeas.core.workflow.engine.model that return Item Modifier and Type Method Description Item
DataFolderImpl. createItem()
Item
TimeOutActionImpl. getDateItem()
Item
RelatedGroupImpl. getFolderItem()
Get the referred itemItem
RelatedUserImpl. getFolderItem()
Get the referred itemItem
ColumnImpl. getItem()
Item
DataFolderImpl. getItem(String strRoleName)
Item
ItemRef. getItem()
Get the referred itemItem[]
DataFolderImpl. getItems()
Get the itemsMethods in org.silverpeas.core.workflow.engine.model that return types with arguments of type Item Modifier and Type Method Description Iterator<Item>
DataFolderImpl. iterateItem()
Methods in org.silverpeas.core.workflow.engine.model with parameters of type Item Modifier and Type Method Description void
DataFolderImpl. addItem(Item item)
void
RelatedGroupImpl. setFolderItem(Item folderItem)
Set the referred itemvoid
RelatedUserImpl. setFolderItem(Item folderItem)
Set the referred itemvoid
ColumnImpl. setItem(Item item)
void
ItemRef. setItem(Item item)
Set the referred item -
Uses of Item in org.silverpeas.core.workflow.util
Methods in org.silverpeas.core.workflow.util that return Item Modifier and Type Method Description static Item
WorkflowUtil. getItemByName(Item[] items, String itemName)
Gets form given array the item which has the given name.Methods in org.silverpeas.core.workflow.util with parameters of type Item Modifier and Type Method Description static String
WorkflowUtil. formatFieldValueAsString(Item[] items, FieldTemplate fieldTemplate, Field field, String language)
Formats the field value as string from given context.static Comparable
WorkflowUtil. getFieldComparable(Item[] items, FieldTemplate fieldTemplate, Field field, String language)
Gets the comparable of the field value from given context.static Item
WorkflowUtil. getItemByName(Item[] items, String itemName)
Gets form given array the item which has the given name. -
Uses of Item in org.silverpeas.web.workflowdesigner.control
Methods in org.silverpeas.web.workflowdesigner.control that return Item Modifier and Type Method Description Item
WorkflowDesignerSessionController. createItem(String strContext)
Create a new item object to be added to the modelItem
WorkflowDesignerSessionController. findItem(String strContext)
Find the Item specified by the contextMethods in org.silverpeas.web.workflowdesigner.control that return types with arguments of type Item Modifier and Type Method Description List<Item>
WorkflowDesignerSessionController. retrieveFolderItems()
Methods in org.silverpeas.web.workflowdesigner.control with parameters of type Item Modifier and Type Method Description void
WorkflowDesignerSessionController. updateItem(Item source, String strContext, String strNameOriginal)
Update Item referenced by the context.
-