Uses of Class
org.imixs.workflow.ItemCollection

Packages that use ItemCollection
org.imixs.workflow   
org.imixs.workflow.plugins   
org.imixs.workflow.util   
 

Uses of ItemCollection in org.imixs.workflow
 

Methods in org.imixs.workflow that return ItemCollection
 ItemCollection Model.getActivityEntity(int processid, int activityid)
          Finds and returns the ActivityEntity for a processid and a activityid inside the Model.
 ItemCollection ExtendedModel.getActivityEntityByVersion(int processid, int activityid, java.lang.String modelVersion)
          Finds and returns the ActivityEntity for a processid and a activityid inside the Model.
 ItemCollection Model.getProcessEntity(int processid)
          Finds and returns the ProcessEntity for a processid inside the Model.
 ItemCollection ExtendedModel.getProcessEntityByVersion(int processid, java.lang.String modelVersion)
          Finds and returns the ProcessEntity for a processid inside the Model.
 ItemCollection WorkflowManager.getWorkItem(java.lang.String uniqueid)
          Finds a Workitem by a defined uniuqeID ($uniqueID)
 ItemCollection WorkflowManager.processWorkItem(ItemCollection workitem)
          This Method process a Workitem.
 

Methods in org.imixs.workflow that return types with arguments of type ItemCollection
 java.util.Collection<ItemCollection> Model.getActivityEntityList(int processid)
          retruns a collection of ActivityEntities for a specivic ProcessID.
 java.util.Collection<ItemCollection> ExtendedModel.getActivityEntityListByVersion(int processid, java.lang.String modelVersion)
          retruns a collection of ActivityEntities for a specivic ProcessID.
 java.util.Collection<ItemCollection> Model.getProcessEntityList()
          retruns a collection of ProcessEntities
 java.util.Collection<ItemCollection> ExtendedModel.getProcessEntityListByVersion(java.lang.String modelVersion)
          retruns a collection of ProcessEntities
 java.util.Collection<ItemCollection> WorkflowManager.getWorkList(java.lang.String name)
          The method returns all workitems assigned to a specified username or role
 java.util.Collection<ItemCollection> WorkflowManager.getWorkListByRef(java.lang.String aref)
          This method returns all workitems assigned to another workitem by the Attribute $uniqueidRef.
 

Methods in org.imixs.workflow with parameters of type ItemCollection
 void WorkflowKernel.process(ItemCollection document)
           
 ItemCollection WorkflowManager.processWorkItem(ItemCollection workitem)
          This Method process a Workitem.
 void WorkflowManager.removeWorkItem(ItemCollection workitem)
          The method removes the provide Workitem form the persistence unit managed by the WorkflowManager implementation.
 int Plugin.run(ItemCollection documentContext, ItemCollection documentActivity)
           
 

Uses of ItemCollection in org.imixs.workflow.plugins
 

Fields in org.imixs.workflow.plugins declared as ItemCollection
 ItemCollection HistoryPlugin.documentActivity
           
 ItemCollection LogPlugin.documentContext
           
 ItemCollection HistoryPlugin.documentContext
           
 

Methods in org.imixs.workflow.plugins with parameters of type ItemCollection
 java.lang.String AbstractPlugin.replaceDynamicValues(java.lang.String aString, ItemCollection documentContext)
          this method replaces a string with place holders defines a field of a workitem wich will be replaced by its value inside a field tag it is possible to provide an additional format string to be used to format a object value. example: ...
 int LogPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
          the log entries generated form the kernel will be cut if the attribute numWorkflowLogLength was provided
 int HistoryPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
           
 int ApplicationPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
           
 int StatisticPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
          changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity
 int ResultPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
           
 int AccessPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
          changes the $readAccess and $writeAccess attribues depending to the activityentity
 int OwnerPlugin.run(ItemCollection adocumentContext, ItemCollection adocumentActivity)
          changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity
 

Uses of ItemCollection in org.imixs.workflow.util
 

Methods in org.imixs.workflow.util that return ItemCollection
 ItemCollection ItemCollectionAdapter.getItemCollection()
           
 

Methods in org.imixs.workflow.util with parameters of type ItemCollection
 void ItemCollectionAdapter.setItemCollection(ItemCollection acol)
           
 

Constructors in org.imixs.workflow.util with parameters of type ItemCollection
ItemCollectionAdapter(ItemCollection acol)
           
 



Copyright © 2006-2010 Imixs Software Solutions GmbH. All Rights Reserved.