A C D E F G H I L M O P R S T U V W

A

AbstractPlugin - Class in org.imixs.workflow.plugins
This abstract class implements different helper methods used by subclasses
AbstractPlugin() - Constructor for class org.imixs.workflow.plugins.AbstractPlugin
 
AbstractPlugin - Class in org.imixs.workflow.plugins.jee
This abstract class implements a basic set of functions for implementing plugins with Interfaces to JEE API
AbstractPlugin() - Constructor for class org.imixs.workflow.plugins.jee.AbstractPlugin
 
ACCESSLEVEL_AUTHORACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
ACCESSLEVEL_EDITORACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
ACCESSLEVEL_MANAGERACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
ACCESSLEVEL_NOACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
ACCESSLEVEL_READERACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
AccessPlugin - Class in org.imixs.workflow.plugins
This Plugin module implements a generic Access management controled throught the configuration in a Workflowactivity.
AccessPlugin() - Constructor for class org.imixs.workflow.plugins.AccessPlugin
 
addIndex(String, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
Adds an Index for a property provided by ItemCollection objects.
addIndex(String, int) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Adds an EntityIndex to the current list of external properties.
addWorkitem(ItemCollection) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
This method adds a single workitem into the search index.
addWorklist(Collection<ItemCollection>) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
This method adds a collection of workitems into the search index.
ADMailPlugin - Class in org.imixs.workflow.plugins.jee.extended
This Plugin extends the standard JEE MailPlugin to lookup smtp mail addresses from an Microsoft Active Directory (AD) by a given username.
ADMailPlugin() - Constructor for class org.imixs.workflow.plugins.jee.extended.ADMailPlugin
 
adocumentContext - Variable in class org.imixs.workflow.plugins.jee.MailPlugin
 
ApplicationPlugin - Class in org.imixs.workflow.plugins
This Plugin updates application specific settings.
ApplicationPlugin() - Constructor for class org.imixs.workflow.plugins.ApplicationPlugin
 

C

CalendarItem - Class in org.imixs.workflow.jee.jpa
A CalendarItem is a subdata item of the data object class WorkItem.
CalendarItem(String, Calendar) - Constructor for class org.imixs.workflow.jee.jpa.CalendarItem
 
cancelScheduleWorkflow(String) - Method in interface org.imixs.workflow.jee.ejb.WorkflowSchedulerRemote
cancles a running timer instance.
close(int) - Method in class org.imixs.workflow.plugins.AccessPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.ApplicationPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.HistoryPlugin
store history only if no error has occurred
close(int) - Method in class org.imixs.workflow.plugins.jee.AbstractPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
 
close(int) - Method in class org.imixs.workflow.plugins.jee.MailPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.LogPlugin
nothing to do
close(int) - Method in class org.imixs.workflow.plugins.OwnerPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.ResultPlugin
 
close(int) - Method in class org.imixs.workflow.plugins.StatisticPlugin
 
createDocument(Properties, ItemCollection) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
This method creates a lucene document based on a ItemCollection.
createIndexSearcher() - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
 
createIndexWriter(Properties) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
This method creates a new instance of a lucene IndexWriter.
createVersion(ItemCollection) - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
This method creates a new instance of a exiting workitem.
ctx - Variable in class org.imixs.workflow.plugins.AbstractPlugin
 

D

documentActivity - Variable in class org.imixs.workflow.plugins.HistoryPlugin
 
documentContext - Variable in class org.imixs.workflow.plugins.HistoryPlugin
 
documentContext - Variable in class org.imixs.workflow.plugins.LogPlugin
 
DoubleItem - Class in org.imixs.workflow.jee.jpa
A DoubleItem is a subdata item of the data object class WorkItem.
DoubleItem(String, Double) - Constructor for class org.imixs.workflow.jee.jpa.DoubleItem
 

E

Entity - Class in org.imixs.workflow.jee.jpa
This Entity ejb is a wrapper class for the org.imixs.workflow.ItemCollection which is used in all Imixs Workflow Interfaces.
Entity() - Constructor for class org.imixs.workflow.jee.jpa.Entity
A Entity will be automatically initialized with a unique id and a creation date.
Entity(String) - Constructor for class org.imixs.workflow.jee.jpa.Entity
This constructor allows the creation of an Entity Instance with a default uniqueID
EntityIndex - Class in org.imixs.workflow.jee.jpa
The EntityIndex is a entity ejb which enables the EntityService to manage different IndexProperties.
EntityIndex() - Constructor for class org.imixs.workflow.jee.jpa.EntityIndex
 
EntityIndex(String, int) - Constructor for class org.imixs.workflow.jee.jpa.EntityIndex
 
EntityService - Class in org.imixs.workflow.jee.ejb
The EntityService is used to save and load instances of ItemCollections into a Database.
EntityService() - Constructor for class org.imixs.workflow.jee.ejb.EntityService
 
EntityServiceRemote - Interface in org.imixs.workflow.jee.ejb
The EntityService Remote interface from the EntityService statless EJB
equals(Object) - Method in class org.imixs.workflow.jee.jpa.TextItem
 

F

findAllEntities(String, int, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
The method returns a collection of ItemCollections.
findAllEntities(String, int, int) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
The method returns a collection of ItemCollections.
findAllTimerDescriptions() - Method in interface org.imixs.workflow.jee.ejb.WorkflowSchedulerRemote
returns a list of all Timer Descriptions loaded by this Instance.
findChildEntities(ItemCollection, int, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
The method returns a collection of child ItemCollections.
findChildEntities(ItemCollection, int, int) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
The method returns a collection of child ItemCollections.
findParentEntity(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
The method returns the parent ItemCollection to a given child ItemCollection.
findParentEntity(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
The method returns the parent ItemCollection to a given ItemCollection.
findTimerDescription(String) - Method in interface org.imixs.workflow.jee.ejb.WorkflowSchedulerRemote
this method returns a Itemcollection with the TimerDescirpiton for the specific timer object.
formatItemValues(String, Object, String, String) - Method in class org.imixs.workflow.plugins.AbstractPlugin
this method formate a string object depending of an attribute type

G

getAbbreviateName(String) - Static method in class org.imixs.workflow.plugins.AbstractPlugin
returns the abbreviate name of a hierarchical name.
getAccessRoles() - Method in class org.imixs.workflow.jee.ejb.EntityService
Returns additional AccessRoles defined for the EJB instance
getAccessRoles() - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Returns additional AccessRoles defined for the EJB instance
getActivityEntity(int, int) - Method in class org.imixs.workflow.jee.ejb.ModelService
This method returns the ActivityEntity with the highest Version number ($modelversion)
getActivityEntityByVersion(int, int, String) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getActivityEntityList(int) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a collection of ItemCollections representing the model activity Entities for the coresponding processid
getActivityEntityListByVersion(int, String) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getAllModelVersions() - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a String list of all accessible Modelversions
getAllProcessEntitiesByGroup(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities for a specific ProcessGroup independent from the modelversion.
getAllProcessEntitiesByGroupByVersion(String, String) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities for a specific ProcessGroup and modelversion.
getAllStartProcessEntities() - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities which are the first one in each ProcessGroup.
getAllStartProcessEntitiesByVersion(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities which are the first one in each ProcessGroup.
getAllWorkflowGroups() - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a String list of all existing ProcessGroup Names
getAllWorkflowGroupsByVersion(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getCalendarItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all calendarItems joined to this Entity
getCommonName(String) - Static method in class org.imixs.workflow.plugins.AbstractPlugin
returns the common name component (CN=) of a hierarchical name.
getCreated() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the creation point of time.
getData() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the data object part of the Entity represented by a java.util.Map
getDebugLevel() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Workflow Context
getDoubleItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all doubleItems joined to this Entity
getEntityService() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
This method returns an instance of the Imixs JEE EntityService used by the WorkflowManager Implementation.
getEnvironmentEntityList() - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getEnvironmentEntityListByVersion(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getExtendedModel() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
 
getId() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the unique identifier for the Entity.
getIndices() - Method in class org.imixs.workflow.jee.ejb.EntityService
The method returns a list of EntityIndex which defines external properties
getIntegerItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all integerItems joined to this Entity
getInternetAddress(String) - Method in class org.imixs.workflow.plugins.jee.extended.ADMailPlugin
this method tries to lookup a users smtp address from the ldap directory if no smtp name is provided.
getInternetAddress(String) - Method in class org.imixs.workflow.plugins.jee.extended.OpenLDAPMailPlugin
this method tries to lookup a users smtp address from the ldap directory if no smtp name is provided.
getInternetAddress(String) - Method in class org.imixs.workflow.plugins.jee.MailPlugin
this helper method creates an internet address from a string if the string has illegal characters like whitespace the string will be surrounded with "".
getLatestVersion() - Method in class org.imixs.workflow.jee.ejb.ModelService
This helper method finds the highest Model Version available in the system.
getMailMessage() - Method in class org.imixs.workflow.plugins.jee.MailPlugin
 
getMailSession() - Method in class org.imixs.workflow.plugins.jee.MailPlugin
 
getModel() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
This Method returns the modelManager Instance.
getModelService() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
This method returns an instance of the Imixs JEE ModelService used by the WorkflowManager Implementation.
getModified() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the last modification point of time
getMultipart() - Method in class org.imixs.workflow.plugins.jee.MailPlugin
 
getName() - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
getProcessEntity(int) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getProcessEntityByVersion(int, String) - Method in class org.imixs.workflow.jee.ejb.ModelService
 
getProcessEntityList() - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a collection of ItemCollections representing the model process Entities
getProcessEntityListByVersion(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns a collection of ItemCollections representing the model process Entities
getPublicActivities(int) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns all the activities in a list for a corresponding process entity The method returns only Activities where keypublicresult !
getPublicActivitiesByVersion(int, String) - Method in class org.imixs.workflow.jee.ejb.ModelService
returns all the activities in a list for a corresponding process entity The method returns only Activities where keypublicresult !
getReadAccessFields() - Method in class org.imixs.workflow.jee.ejb.EntityService
Returns additional ReadAccessFields defined for the EJB instance.
getReadAccessFields() - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Returns additional ReadAccessFields defined for the EJB instance.
getReadAccessList() - Method in class org.imixs.workflow.jee.jpa.Entity
ReadAccess list is loaded eager as this need to be check on every access
getReport(String) - Method in class org.imixs.workflow.jee.ejb.ReportService
Returns a Report Entity identified by the attribute txtname
getReportList(int, int) - Method in class org.imixs.workflow.jee.ejb.ReportService
This method returns a collection of reports (ItemCollection).
getSessionContext() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
 
getTextItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all textItems joined to this Entity.
getTyp() - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
getType() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the type property of the entity instance.
getUserName() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Obtain the java.security.Principal that identifies the caller and returns the name of this principal.
getUserName() - Method in class org.imixs.workflow.plugins.jee.AbstractPlugin
determines the current username (callerPrincipal)
getUserRoles() - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a String array containing all user roles the caller has given
getValue() - Method in class org.imixs.workflow.jee.jpa.ReadAccess
 
getValue() - Method in class org.imixs.workflow.jee.jpa.WriteAccess
 
getVersion() - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
 
getWorkItem(String) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
This method loads a Workitem with the corresponding uniqueid
getWorkList(String) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified name.
getWorkList(String, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
 
getWorkListByCreator(String, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems created by a specified user (namCreator).
getWorkListByGroup(String, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
 
getWorkListByOwner(String, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems containing a namOwner property belonging to a specified username.
getWorkListByProcessID(int, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified $processID defined by the workflow model.
getWorkListByRef(String) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified workitem identified by the attribute $UniqueIDRef.
getWorkListByRef(String, int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified workitem identified by the attribute $UniqueIDRef.
getWorkListByWriteAccess(int, int, String, int) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems where the current user has a writeAccess.
getWriteAccessFields() - Method in class org.imixs.workflow.jee.ejb.EntityService
Returns additional WriteAccessFields defined for the EJB instance.
getWriteAccessFields() - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Returns additional WriteAccessFields defined for the EJB instance.
getWriteAccessList() - Method in class org.imixs.workflow.jee.jpa.Entity
WrateAccess list is loaded lazy as this a check is only on update method needed

H

hashCode() - Method in class org.imixs.workflow.jee.jpa.TextItem
 
HistoryPlugin - Class in org.imixs.workflow.plugins
This Pluginmodul implements a Historyfunktion for Workflowactivitys.
HistoryPlugin() - Constructor for class org.imixs.workflow.plugins.HistoryPlugin
 

I

init(WorkflowContext) - Method in class org.imixs.workflow.plugins.AbstractPlugin
 
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.AccessPlugin
 
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.jee.AbstractPlugin
Initialize Plugin and get an instance of the EJB Session Context
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
 
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.jee.MailPlugin
the init method is responsible for initializing the mail session object receifed from the jndi context The Default name of the Mail Session is 'org.imixs.workflow.jee.mailsession' The name can be overwritten by the EJB Properties of the workflowmanager
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
the init method throws an exception if the plugin is not run in a instance of org.imixs.workflow.jee.ejb.WorkflowManager.
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.OwnerPlugin
 
init(WorkflowContext) - Method in class org.imixs.workflow.plugins.StatisticPlugin
 
initializeMailMessage() - Method in class org.imixs.workflow.plugins.jee.MailPlugin
initializes a new mail Message object
IntegerItem - Class in org.imixs.workflow.jee.jpa
A IntegerItem is a subdata item of the data object class WorkItem.
IntegerItem(String, Integer) - Constructor for class org.imixs.workflow.jee.jpa.IntegerItem
 
isUserInRole(String) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
Test if the caller has a given security role.
itemName - Variable in class org.imixs.workflow.jee.jpa.CalendarItem
 
itemName - Variable in class org.imixs.workflow.jee.jpa.DoubleItem
 
itemName - Variable in class org.imixs.workflow.jee.jpa.IntegerItem
 
itemName - Variable in class org.imixs.workflow.jee.jpa.TextItem
 
itemValue - Variable in class org.imixs.workflow.jee.jpa.CalendarItem
 
itemValue - Variable in class org.imixs.workflow.jee.jpa.DoubleItem
 
itemValue - Variable in class org.imixs.workflow.jee.jpa.IntegerItem
 
itemValue - Variable in class org.imixs.workflow.jee.jpa.TextItem
 

L

LDAP_JNDI_NAME - Variable in class org.imixs.workflow.plugins.jee.extended.ADMailPlugin
 
LDAP_JNDI_NAME - Variable in class org.imixs.workflow.plugins.jee.extended.OpenLDAPMailPlugin
 
load(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
This method loads an ItemCollection from the Database.
load(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This method loads an ItemCollection from the Database.
loadProperties() - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
loads a imixs-search.property file
LogPlugin - Class in org.imixs.workflow.plugins
This Pluginmodul cuts the length of the technical log entries generated by the WorkflowKernel: txtWorkflowPluginLog txtWorkflowActivityLog The Attribute numWorkflowLogLength indicates the maximum number of entries.
LogPlugin() - Constructor for class org.imixs.workflow.plugins.LogPlugin
 
LucenePlugin - Class in org.imixs.workflow.plugins.jee.extended
This Plugin add workitems to a lucene search index.
LucenePlugin() - Constructor for class org.imixs.workflow.plugins.jee.extended.LucenePlugin
 

M

MailPlugin - Class in org.imixs.workflow.plugins.jee
This plugin supports a Mail interface to send mail like defined in the model using the Mail tab in an activity Entity.
MailPlugin() - Constructor for class org.imixs.workflow.plugins.jee.MailPlugin
 
matchConditions(Properties, ItemCollection) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
test if the workitem matches the conditions to be added into the search index.
ModelService - Class in org.imixs.workflow.jee.ejb
The ModelManager is independend form the IX JEE Entity EJBs and uses the standard IntemCollection Object as a data transfer object to comunitcate with clients.
ModelService() - Constructor for class org.imixs.workflow.jee.ejb.ModelService
 

O

OpenLDAPMailPlugin - Class in org.imixs.workflow.plugins.jee.extended
This Plugin extends the standard JEE MailPlugin to lookup smtp mail addresses from an OpenLDAP directory by a given username.
OpenLDAPMailPlugin() - Constructor for class org.imixs.workflow.plugins.jee.extended.OpenLDAPMailPlugin
 
org.imixs.workflow.jee.ejb - package org.imixs.workflow.jee.ejb
 
org.imixs.workflow.jee.jpa - package org.imixs.workflow.jee.jpa
 
org.imixs.workflow.plugins - package org.imixs.workflow.plugins
 
org.imixs.workflow.plugins.jee - package org.imixs.workflow.plugins.jee
 
org.imixs.workflow.plugins.jee.extended - package org.imixs.workflow.plugins.jee.extended
 
OwnerPlugin - Class in org.imixs.workflow.plugins
This Pluginmodul implements a Ownership Control for Workflowactivitys.
OwnerPlugin() - Constructor for class org.imixs.workflow.plugins.OwnerPlugin
 

P

processReport(String) - Method in class org.imixs.workflow.jee.ejb.ReportService
Process a QueryEntity Object identified by the attribute txtname.
processWorkItem(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
processes a workitem with the provided Activity ID

R

ReadAccess - Class in org.imixs.workflow.jee.jpa
A AccessEntity defines a single Entry in the Access List of the Entity Class.
ReadAccess(String) - Constructor for class org.imixs.workflow.jee.jpa.ReadAccess
 
remove(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
This method removes an ItemCollection from the database.
remove(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This method removes an ItemCollection from the database.
removeIndex(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
This method removes an existing index from the current indexlist and updates existing entities.
removeIndex(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Removes an EntityIndex from the current list of external properties.
removeModelVersion(String) - Method in class org.imixs.workflow.jee.ejb.ModelService
This method removes a spcific ModelVersion defined by param 'modelversion'.
removeWorkItem(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.WorkflowService
 
replaceDynamicValues(String, ItemCollection) - Method in class org.imixs.workflow.plugins.AbstractPlugin
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: ...
ReportService - Class in org.imixs.workflow.jee.ejb
The ReportService supports methods to create, process and find report instances.
ReportService() - Constructor for class org.imixs.workflow.jee.ejb.ReportService
 
ResultPlugin - Class in org.imixs.workflow.plugins
This Pluginmodul generates a result message.
ResultPlugin() - Constructor for class org.imixs.workflow.plugins.ResultPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.AccessPlugin
changes the $readAccess and $writeAccess attribues depending to the activityentity
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.ApplicationPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.HistoryPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.jee.AbstractPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
This method adds the current workitem to the search index by calling the method addWorkitem.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.jee.MailPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
creates an version depending to the version mode and the version activity ID provided by the workflow model.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.LogPlugin
the log entries generated form the kernel will be cut if the attribute numWorkflowLogLength was provided
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.OwnerPlugin
changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.ResultPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.plugins.StatisticPlugin
changes the namworkflowreadaccess and namworkflowwriteaccess attribues depending to the activityentity

S

save(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
This Method saves an ItemCollection into a database.
save(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This Method saves an ItemCollection into a database.
saveActivityEntity(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.ModelService
Saves or updates an ActivityEntity represented by an ItemCollection.
saveEnvironmentEntity(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.ModelService
Saves or updates an EnvironmentEntity represented by an ItemCollection.
saveProcessEntity(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.ModelService
Saves or updates a ProcessEntitiy represented by an ItemCollection.
scheduleWorkflow(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.WorkflowSchedulerRemote
schedules a new Workflow Service.
search(String, WorkflowService) - Static method in class org.imixs.workflow.plugins.jee.extended.LucenePlugin
Returns a ItemCollection List matching the provided search term.
setCalendarItems(List<CalendarItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setCreated(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setData(Map<String, Object>) - Method in class org.imixs.workflow.jee.jpa.Entity
sets a data object for this Entity.
setDoubleItems(List<DoubleItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setId(String) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setIntegerItems(List<IntegerItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setModified(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setName(String) - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
setReadAccessList(List<ReadAccess>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setTextItems(List<TextItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setTyp(int) - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
setType(String) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setValue(String) - Method in class org.imixs.workflow.jee.jpa.ReadAccess
 
setValue(String) - Method in class org.imixs.workflow.jee.jpa.WriteAccess
 
setVersion(ItemCollection) - Method in class org.imixs.workflow.plugins.jee.VersionPlugin
 
setWriteAccessList(List<WriteAccess>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
SORT_ORDER_CREATED_ASC - Static variable in class org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_CREATED_DESC - Static variable in class org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_MODIFIED_ASC - Static variable in class org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_MODIFIED_DESC - Static variable in class org.imixs.workflow.jee.ejb.WorkflowService
 
StatisticPlugin - Class in org.imixs.workflow.plugins
This Pluginmodul is a draft implementation of a statistic plugin
StatisticPlugin() - Constructor for class org.imixs.workflow.plugins.StatisticPlugin
 

T

TextItem - Class in org.imixs.workflow.jee.jpa
A TextItem is a subdata item of the data object class Entity.
TextItem(String, String) - Constructor for class org.imixs.workflow.jee.jpa.TextItem
 
TYP_CALENDAR - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
TYP_CALENDAR - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_DOUBLE - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
TYP_DOUBLE - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_INT - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
TYP_INT - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_TEXT - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
TYP_TEXT - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 

U

UNIQUEID - Static variable in class org.imixs.workflow.jee.ejb.EntityService
 
updateReport(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.ReportService
updates a Entity Report Object.

V

VersionPlugin - Class in org.imixs.workflow.plugins.jee
This plugin handles the creation and management of versions from an existing workitem. inside the Imix JEE Workflow.
VersionPlugin() - Constructor for class org.imixs.workflow.plugins.jee.VersionPlugin
 

W

WorkflowSchedulerRemote - Interface in org.imixs.workflow.jee.ejb
The WorkflowScheduler remote Interface This Interface represents a schedueld Workflow Service.
WorkflowService - Class in org.imixs.workflow.jee.ejb
The WorkflowService is the JEE Implementation for the IX Workflow API.
WorkflowService() - Constructor for class org.imixs.workflow.jee.ejb.WorkflowService
 
WriteAccess - Class in org.imixs.workflow.jee.jpa
A AccessEntity defines a single Entry in the Access List of the Entity Class.
WriteAccess(String) - Constructor for class org.imixs.workflow.jee.jpa.WriteAccess
 

A C D E F G H I L M O P R S T U V W

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