Skip navigation links
A B C D E F G H I J L M N O P R S T U V W _ 

A

AbstractPlugin - Class in org.imixs.workflow.engine.plugins
This abstract class implements different helper methods used by subclasses
AbstractPlugin() - Constructor for class org.imixs.workflow.engine.plugins.AbstractPlugin
 
ACCESSLEVEL_AUTHORACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
ACCESSLEVEL_AUTHORACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
ACCESSLEVEL_EDITORACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
ACCESSLEVEL_EDITORACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
ACCESSLEVEL_MANAGERACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
ACCESSLEVEL_MANAGERACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
ACCESSLEVEL_NOACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
ACCESSLEVEL_NOACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
ACCESSLEVEL_READERACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
ACCESSLEVEL_READERACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
AccessPlugin - Class in org.imixs.workflow.engine.plugins
This plug-in implements a generic access management control (ACL) by evaluating the configuration of a Activity Entity.
AccessPlugin() - Constructor for class org.imixs.workflow.engine.plugins.AccessPlugin
 
ACTIVITYID - Static variable in class org.imixs.workflow.engine.WorkflowService
 
addIndex(String, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
Adds an Imixs-Entity-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.
addModel(Model) - Method in class org.imixs.workflow.engine.ModelService
 
addWorkDays(Calendar, int) - Static method in class org.imixs.workflow.engine.WorkflowSchedulerService
This method adds workdays (MONDAY - FRIDAY) to a given calendar object.
AdminPException - Exception in org.imixs.workflow.engine.adminp
This Exception is thrown by the AdminPService
AdminPException(String, String) - Constructor for exception org.imixs.workflow.engine.adminp.AdminPException
 
AdminPException(String, String, Exception) - Constructor for exception org.imixs.workflow.engine.adminp.AdminPException
 
AdminPService - Class in org.imixs.workflow.engine.adminp
The AmdinPService provides a mechanism to start long running jobs.
AdminPService() - Constructor for class org.imixs.workflow.engine.adminp.AdminPService
 
AnalysisPlugin - Class in org.imixs.workflow.engine.plugins
This plugin can be used to measure the time of any phase during a workflow.
AnalysisPlugin() - Constructor for class org.imixs.workflow.engine.plugins.AnalysisPlugin
 
ANONYMOUS - Static variable in class org.imixs.workflow.engine.lucene.LuceneUpdateService
 
ApplicationPlugin - Class in org.imixs.workflow.engine.plugins
This Plugin updates application specific settings.
ApplicationPlugin() - Constructor for class org.imixs.workflow.engine.plugins.ApplicationPlugin
 

B

backup(String, String) - Method in class org.imixs.workflow.engine.DocumentService
This method creates a backup of the result set form a Lucene search query.
backup(String, String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
This method creates a backup of the result set form a JQPL query.

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
 
close(boolean) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
 
close(boolean) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Send the mail if the object 'mailMessage' is not null.
close(int) - Method in class org.imixs.workflow.engine.plugins.ReportPlugin
 
computeDynamicDate(String) - Static method in class org.imixs.workflow.engine.ReportService
This method parses a xml tag and computes a dynamic date by parsing the attributes: DAY_OF_MONTH DAY_OF_YEAR MONTH YEAR ADD (FIELD,OFFSET) e.g.
convertOldFormat() - Method in class org.imixs.workflow.engine.plugins.HistoryPlugin
This method converts the old StringList format in the new format with a list of separated values: date of creation (Date) comment (String) userID (String)
count(String) - Method in class org.imixs.workflow.engine.DocumentService
The method returns only the count of entities for an an valid Lucene statement.
countAllEntities(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
The method returns only the count of entities for an an valid jPQL statement.
createJob(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.AdminPService
This Method starts a new TimerService for a given job.
createVersion(ItemCollection) - Method in class org.imixs.workflow.engine.plugins.VersionPlugin
This method creates a new instance of a exiting workitem.
customNumberFormat(String, String, double) - Static method in class org.imixs.workflow.engine.ReportService
This method converts a double value into a custom number format including an optional locale. "###,###.###", "en_UK", 123456.789 "EUR #,###,##0.00", "de_DE", 1456.781

D

DEFAULT_ANALYSER - Static variable in class org.imixs.workflow.engine.lucene.LuceneUpdateService
 
DEFAULT_INDEX_DIRECTORY - Static variable in class org.imixs.workflow.engine.lucene.LuceneUpdateService
 
deleteJob(String) - Method in class org.imixs.workflow.engine.adminp.AdminPService
Stops a running job and deletes the job configuration.
deleteModel(String) - Method in class org.imixs.workflow.engine.ModelService
This method deletes an existing Model Entities from the database and removes the model form the internal ModelStore.
Document - Class in org.imixs.workflow.engine.jpa
This Document entity bean is a wrapper class for the org.imixs.workflow.ItemCollection which is used in all Imixs-Workflow Interfaces.
Document() - Constructor for class org.imixs.workflow.engine.jpa.Document
A Document will be automatically initialized with a unique id and a creation date.
Document(String) - Constructor for class org.imixs.workflow.engine.jpa.Document
This constructor allows the creation of an Document Instance with a default uniqueID
DocumentService - Class in org.imixs.workflow.engine
The DocumentService is used to save and load instances of ItemCollections into a Database.
DocumentService() - Constructor for class org.imixs.workflow.engine.DocumentService
 
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
Deprecated.
EntityService() - Constructor for class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
EntityServiceRemote - Interface in org.imixs.workflow.jee.ejb
The Remote interface for the EntityService EJB.
equals(Object) - Method in class org.imixs.workflow.jee.jpa.TextItem
 
escapeSearchTerm(String, boolean) - Static method in class org.imixs.workflow.engine.lucene.LuceneSearchService
This helper method escapes wildcard tokens found in a lucene search term.
escapeSearchTerm(String) - Static method in class org.imixs.workflow.engine.lucene.LuceneSearchService
 
evaluate(String, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.AnalysisPlugin
This method parses the a string for xml tag xxx.
evaluateBusinessRule(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.RulePlugin
This method evaluates the business rule defined by the provided activity.
evaluateNativeScriptArray(ScriptEngine, String) - Method in class org.imixs.workflow.engine.plugins.RulePlugin
This method evaluates a script variable as an native Script array from the script engine.
evaluateWorkflowResult(ItemCollection, ItemCollection, boolean) - Static method in class org.imixs.workflow.engine.plugins.ResultPlugin
The method evaluates the WorkflowResult for a given activityEntity and returns a ItemColleciton containing all item definitions.
evaluateWorkflowResult(ItemCollection, ItemCollection) - Static method in class org.imixs.workflow.engine.plugins.ResultPlugin
The method evaluates the WorkflowResult and resolves embedded ItemValues
executeReport(String, int, int, String, boolean, Map<String, String>) - Method in class org.imixs.workflow.engine.ReportService
This method executes the JQPL statement of a Report Entity.

F

find(String, int, int) - Method in class org.imixs.workflow.engine.DocumentService
The method returns a list of ItemCollections by calling the LuceneSearchService.
find(String, int, int, String, boolean) - Method in class org.imixs.workflow.engine.DocumentService
The method returns a sorted list of ItemCollections by calling the LuceneSearchService.
findChildEntities(ItemCollection, int, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
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.
findDocumentsByRef(String, int, int) - Method in class org.imixs.workflow.engine.DocumentService
The method returns a collection of ItemCollections referred by a $uniqueid.
findParentEntity(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
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.
findVersionsByGroup(String) - Method in class org.imixs.workflow.engine.ModelService
This method returns a sorted list of model versions containing the requested workflow group.
formatItemValues(Collection<?>, String, String, Locale) - Static method in class org.imixs.workflow.engine.plugins.AbstractPlugin
this method formats a string object depending of an attribute type.
formatItemValues(Collection<?>, String, String) - Static method in class org.imixs.workflow.engine.plugins.AbstractPlugin
this method formats a string object depending of an attribute type.

G

getAccessRoles() - Method in class org.imixs.workflow.engine.DocumentService
Returns additional AccessRoles defined for the EJB instance
getAccessRoles() - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
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
getBody(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the mail body from the current workflow event.
getCalendarItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all calendarItems joined to this Entity
getCharSet() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
 
getConfiguration() - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
Returns the Lucene configuration
getContentType() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
This method returns a string representing the mail content type.
getCreated() - Method in class org.imixs.workflow.engine.jpa.Document
returns the creation point of time.
getCreated() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the creation point of time.
getCtx() - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
 
getData() - Method in class org.imixs.workflow.engine.jpa.Document
returns the data object part of the Entity represented by a java.util.Map Data is loaded eager because it is read in any case by the DocumentService.
getData() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the data object part of the Entity represented by a java.util.Map
getDisableOptimisticLocking() - Method in class org.imixs.workflow.engine.DocumentService
 
getDisableOptimisticLocking() - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
getDisableOptimisticLocking() - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
 
getDocumentsByQuery(String) - Method in class org.imixs.workflow.engine.DocumentService
Returns all documents of by JPQL statement
getDocumentsByType(String) - Method in class org.imixs.workflow.engine.DocumentService
Returns an unordered list of all documents of a specific type.
getDocumentService() - Method in class org.imixs.workflow.engine.WorkflowService
Returns an instance of the DocumentService EJB.
getDoubleItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all doubleItems joined to this Entity
getEvents(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowService
This returns a list of workflow events assigned to a given workitem.
getFrom(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the sender name.
getId() - Method in class org.imixs.workflow.engine.jpa.Document
returns the unique identifier for the Entity.
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
Deprecated.
The method returns a Map containing all EntityIndex Key/Type pairs
getIndices() - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
 
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.engine.plugins.MailPlugin
This method creates an InternetAddress from a string.
getMailMessage() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
 
getMailSession() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
This method returns the mail session object.
getModel(String) - Method in class org.imixs.workflow.engine.ModelService
Returns a Model by version.
getModelByWorkitem(ItemCollection) - Method in class org.imixs.workflow.engine.ModelService
Returns a Model matching a given workitem.
getModelManager() - Method in class org.imixs.workflow.engine.WorkflowService
This Method returns the modelManager Instance.
getModified() - Method in class org.imixs.workflow.engine.jpa.Document
returns the last modification point of time
getModified() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the last modification point of time
getMultipart() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
 
getName() - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
getProperties() - Method in class org.imixs.workflow.engine.PropertyService
Return the imixs property object
getPropertyService() - Method in class org.imixs.workflow.engine.WorkflowService
Returns an instance of the PropertyService EJB.
getReadAccessFields() - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
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
getRecipients(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the mail Recipients from the current workflow activity.
getRecipientsBCC(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the mail RecipientsBCC from the current workflow activity.
getRecipientsCC(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the mail RecipientsCC from the current workflow activity.
getReplyTo(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the replyTo address from current workflow activity.
getReport(String) - Method in class org.imixs.workflow.engine.ReportService
Returns a Report Entity identified by the attribute name
getReportList() - Method in class org.imixs.workflow.engine.ReportService
This method returns a all reports (ItemCollection) sorted by name.
getReportService() - Method in class org.imixs.workflow.engine.WorkflowService
Returns an instance of the ReportService EJB.
getSessionContext() - Method in class org.imixs.workflow.engine.WorkflowService
Returns an instance of the EJB session context.
getSubject(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Computes the mail subject from the current workflow activity.
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.engine.jpa.Document
returns the type property of the entity instance.
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.engine.WorkflowService
Obtain the java.security.Principal that identifies the caller and returns the name of this principal.
getUserNameList() - Method in class org.imixs.workflow.engine.DocumentService
This method returns a list of user names, roles and application groups the user belongs to.
getUserNameList() - Method in class org.imixs.workflow.engine.WorkflowService
This method returns a list of user names, roles and application groups the caller belongs to.
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.engine.jpa.Document
 
getVersion() - Method in class org.imixs.workflow.engine.plugins.VersionPlugin
 
getVersion() - Method in class org.imixs.workflow.jee.jpa.Entity
 
getVersions() - Method in class org.imixs.workflow.engine.ModelService
returns a sorted String list of all stored model versions
getWorkflowService() - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
Returns an instance of the WorkflowService EJB.
getWorkItem(String) - Method in class org.imixs.workflow.engine.WorkflowService
This method loads a Workitem with the corresponding uniqueid.
getWorkListByAuthor(String, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workItems belonging to a specified username.
getWorkListByCreator(String, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workitems created by a specified user (namCreator).
getWorkListByGroup(String, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a list of workitems filtered by the field $workflowgroup the method supports still also the deprecated field "txtworkflowgroup"
getWorkListByOwner(String, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workitems containing a namOwner property belonging to a specified username.
getWorkListByProcessID(int, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workitems belonging to a specified $processID defined by the workflow model.
getWorkListByRef(String, String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workitems belonging to a specified workitem identified by the attribute $UniqueIDRef.
getWorkListByRef(String) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of all workitems belonging to a specified workitem identified by the attribute $UniqueIDRef.
getWorkListByWriteAccess(String, int, int, int) - Method in class org.imixs.workflow.engine.WorkflowService
Returns a collection of workitems where the current user has a writeAccess.
getWriteAccessFields() - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
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.engine.plugins
This Plugin creates a history log in the property txtWorkflowHistory.
HistoryPlugin() - Constructor for class org.imixs.workflow.engine.plugins.HistoryPlugin
 

I

init(WorkflowContext) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
Initialize Plugin and get an instance of the EJB Session Context
initMailMessage() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
initializes a new mail Message object
initMailSession() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
This method initializes a new instance of a MailSession.
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
 
IntervalPlugin - Class in org.imixs.workflow.engine.plugins
The Imixs Interval Plugin implements an mechanism to adjust a date field of a workitem based on a interval description.
IntervalPlugin() - Constructor for class org.imixs.workflow.engine.plugins.IntervalPlugin
 
INVALID_ADDRESS - Static variable in class org.imixs.workflow.engine.plugins.MailPlugin
 
INVALID_CONTEXT - Static variable in class org.imixs.workflow.engine.plugins.ReportPlugin
 
INVALID_CONTEXT - Static variable in class org.imixs.workflow.engine.plugins.VersionPlugin
 
INVALID_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.AnalysisPlugin
 
INVALID_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.IntervalPlugin
 
INVALID_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.ResultPlugin
 
INVALID_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 
INVALID_ITEMVALUE_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.AbstractPlugin
 
INVALID_PARAMETER - Static variable in class org.imixs.workflow.engine.DocumentService
 
INVALID_PARAMS - Static variable in exception org.imixs.workflow.engine.adminp.AdminPException
 
INVALID_PROPERTYVALUE_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.AbstractPlugin
 
INVALID_REPORT_DEFINITION - Static variable in class org.imixs.workflow.engine.plugins.ReportPlugin
 
INVALID_SCRIPT - Static variable in class org.imixs.workflow.engine.plugins.RulePlugin
 
INVALID_UNIQUEID - Static variable in class org.imixs.workflow.engine.DocumentService
 
INVALID_UNIQUEID - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
INVALID_WORKITEM - Static variable in class org.imixs.workflow.engine.plugins.VersionPlugin
 
INVALID_XSL_FORMAT - Static variable in class org.imixs.workflow.engine.plugins.MailPlugin
 
ISAUTHOR - Static variable in class org.imixs.workflow.engine.DocumentService
 
ISAUTHOR - Static variable in class org.imixs.workflow.engine.WorkflowService
 
ISAUTHOR - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
isHTMLMail() - Method in class org.imixs.workflow.engine.plugins.MailPlugin
Return true if the mail body contains HTML content.
isPending() - Method in class org.imixs.workflow.engine.jpa.Document
This transient flag indicates if the document was just saved and is still managed by the entityManager.
isProcssingVersion(ItemCollection) - Static method in class org.imixs.workflow.engine.plugins.VersionPlugin
returns true in case a new version is created based on the currentWorkitem
isRunning() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
Returns true if the workflowSchedulerService was started
isUserInRole(String) - Method in class org.imixs.workflow.engine.DocumentService
Test if the caller has a given security role.
isUserInRole(String) - Method in class org.imixs.workflow.engine.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
 

J

JOB_MIGRATION - Static variable in class org.imixs.workflow.engine.adminp.AdminPService
 
JOB_REBUILD_LUCENE_INDEX - Static variable in class org.imixs.workflow.engine.adminp.AdminPService
 
JOB_RENAME_USER - Static variable in class org.imixs.workflow.engine.adminp.AdminPService
 
JobHandler - Interface in org.imixs.workflow.engine.adminp
 
JobHandlerMigration3X - Class in org.imixs.workflow.engine.adminp
JobHandler is used to migrate a workflow version 3.x to 4.0 A Job Document can provide the following information: numBlockSize - documents to read during one run
JobHandlerMigration3X() - Constructor for class org.imixs.workflow.engine.adminp.JobHandlerMigration3X
 
JobHandlerRebuildIndex - Class in org.imixs.workflow.engine.adminp
JobHandler to rebuild the lucene fulltext index.
JobHandlerRebuildIndex() - Constructor for class org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
 
JobHandlerRenameUser - Class in org.imixs.workflow.engine.adminp
The JobHandlerRenameUser updates the name fields of workitems.
JobHandlerRenameUser() - Constructor for class org.imixs.workflow.engine.adminp.JobHandlerRenameUser
 

L

LINK_PROPERTY - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 
load(String) - Method in class org.imixs.workflow.engine.DocumentService
This method loads an ItemCollection from the Database.
loadConfiguration() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
This method loads the current scheduler configuration.
loadModelEntity(String) - Method in class org.imixs.workflow.engine.ModelService
This method loads an existing Model Entities from the database.
LogPlugin - Class in org.imixs.workflow.engine.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.engine.plugins.LogPlugin
 
LuceneSearchService - Class in org.imixs.workflow.engine.lucene
This session ejb provides a service to search the lucene index.
LuceneSearchService() - Constructor for class org.imixs.workflow.engine.lucene.LuceneSearchService
 
LuceneUpdateService - Class in org.imixs.workflow.engine.lucene
The LuceneUpdateService provides methods to write Imixs Workitems into a Lucene search index.
LuceneUpdateService() - Constructor for class org.imixs.workflow.engine.lucene.LuceneUpdateService
 

M

MailPlugin - Class in org.imixs.workflow.engine.plugins
This plug-in supports a Mail interface to send a email to a list of recipients.
MailPlugin() - Constructor for class org.imixs.workflow.engine.plugins.MailPlugin
 
mergeFieldList(ItemCollection, List, List<String>) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
This method merges the values of fieldList into valueList and test for duplicates.
mergeValueList(List, List) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
This method merges the values from a SourceList into a valueList and removes duplicates.
ModelService - Class in org.imixs.workflow.engine
The ModelManager is independent form the IX JEE Entity EJBs and uses the standard IntemCollection Object as a data transfer object to communicate with clients.
ModelService() - Constructor for class org.imixs.workflow.engine.ModelService
 
MODELVERSION - Static variable in class org.imixs.workflow.engine.WorkflowService
 

N

NAME - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
normalizeSearchTerm(String) - Static method in class org.imixs.workflow.engine.lucene.LuceneSearchService
This method normalizes a search term using the Lucene ClassicTokenzier.

O

OFFSET_DAYS - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
OFFSET_HOURS - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
OFFSET_MINUTES - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
OFFSET_SECONDS - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
OFFSET_WORKDAYS - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 
OPERATION_NOTALLOWED - Static variable in class org.imixs.workflow.engine.DocumentService
 
OPERATION_NOTALLOWED - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
org.imixs.workflow.engine - package org.imixs.workflow.engine
 
org.imixs.workflow.engine.adminp - package org.imixs.workflow.engine.adminp
 
org.imixs.workflow.engine.jpa - package org.imixs.workflow.engine.jpa
 
org.imixs.workflow.engine.lucene - package org.imixs.workflow.engine.lucene
 
org.imixs.workflow.engine.plugins - package org.imixs.workflow.engine.plugins
 
org.imixs.workflow.jee.ejb - package org.imixs.workflow.jee.ejb
 
org.imixs.workflow.jee.jpa - package org.imixs.workflow.jee.jpa
 
ORIGIN_UPDATE - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 
OwnerPlugin - Class in org.imixs.workflow.engine.plugins
This plugin implements a ownership control by evaluating the configuration of a Activity Entity.
OwnerPlugin() - Constructor for class org.imixs.workflow.engine.plugins.OwnerPlugin
 

P

parseItemStructure(String) - Static method in class org.imixs.workflow.engine.plugins.ResultPlugin
This method parses the xml content of a item element and returns a new ItemCollection containing all item values.
PROCESS_UNDEFINED - Static variable in class org.imixs.workflow.engine.plugins.ApplicationPlugin
 
PROCESSID - Static variable in class org.imixs.workflow.engine.WorkflowService
 
processSingleWorkitem(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
This method process a single workIten in a new transaction.
processWorkItem(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowService
This method processes a workItem by the WorkflowKernel and saves the workitem after the processing was finished successful.
PropertyService - Class in org.imixs.workflow.engine
This singleton ejb provides a service to access the imxis.property file.
PropertyService() - Constructor for class org.imixs.workflow.engine.PropertyService
 

R

READACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
READACCESS - Static variable in class org.imixs.workflow.engine.WorkflowService
 
READACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
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.engine.DocumentService
This method removes an ItemCollection from the database.
removeDocument(String) - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
This method removes a single Document from the search index.
removeIndex(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
This method removes an existing Imixs-Entity-Index from the current indexlist.
removeIndex(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
Removes an EntityIndex from the current list of external properties.
removeModel(String) - Method in class org.imixs.workflow.engine.ModelService
This method removes a specific ModelVersion.
removeWorkItem(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowService
 
replaceDateString(String) - Static method in class org.imixs.workflow.engine.ReportService
This method replaces all occurrences of tags with the corresponding dynamic date.
replaceDynamicValues(String, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
this method parses a string for xml tag .
REPORT_UNDEFINED - Static variable in class org.imixs.workflow.engine.plugins.ReportPlugin
 
ReportPlugin - Class in org.imixs.workflow.engine.plugins
This plug-in executes a Imixs Report definition and stores the result either into the current workitem ($file) or into the file system.
ReportPlugin() - Constructor for class org.imixs.workflow.engine.plugins.ReportPlugin
 
ReportService - Class in org.imixs.workflow.engine
The ReportService supports methods to create, process and find report instances.
ReportService() - Constructor for class org.imixs.workflow.engine.ReportService
 
reset() - Method in class org.imixs.workflow.engine.PropertyService
resets and reload the property file
restore(String) - Method in class org.imixs.workflow.engine.DocumentService
This method restores a backup from the file system and imports the Documents into the database.
restore(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
This method restores a backup from the file system and imports the entities into the database.
ResultPlugin - Class in org.imixs.workflow.engine.plugins
This Plug-In evaluates the result message provided by the Activity property 'txtActivityResult'.
ResultPlugin() - Constructor for class org.imixs.workflow.engine.plugins.ResultPlugin
 
RulePlugin - Class in org.imixs.workflow.engine.plugins
The Imixs Rule Plugin evaluates a business rule provided by the current ActiviyEntity.
RulePlugin() - Constructor for class org.imixs.workflow.engine.plugins.RulePlugin
 
run(ItemCollection) - Method in interface org.imixs.workflow.engine.adminp.JobHandler
Called by the Timer Service.
run(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerMigration3X
This method runs the Migration from Imixs-Worklfow version 3.x to 4.0 After the run method is finished, the properties numIndex, numUpdates and numProcessed are updated.
run(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
This method runs the RebuildLuceneIndexJob.
run(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerRenameUser
This method creates a new AdminP Job to rename userId in workitems.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.AccessPlugin
This method updates the $readAccess and $writeAccess attributes of a WorkItem depending to the configuration of a Activity Entity.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.AnalysisPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.ApplicationPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.HistoryPlugin
Update the Log entry.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.IntervalPlugin
The method paresed for a fields with the prafix 'keyitnerval'
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.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.engine.plugins.MailPlugin
The run method creates a mailMessage object if recipients are defined by the corresponding BPMN event.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.OwnerPlugin
changes the namOwner attribue depending to the activityentity or processEntity The method prevents the field 'namowner' of the documentcontext in case that namowner is part of the
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.ReportPlugin
Executes a report defined defined by the event in the attribute 'txtReportName'.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.ResultPlugin
 
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.RulePlugin
The run method evaluates a script provided by an activityEntity with the specified scriptEngine.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
The method evaluates the workflow activity result for items with name: subprocess_create subprocess_update origin_update For each item a corresponding processing cycle will be started.
run(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.VersionPlugin
creates a new version or converts a version into the MasterVersion depending to the activity attribute "keyVersion" provided by the workflow model.

S

save(ItemCollection) - Method in class org.imixs.workflow.engine.DocumentService
This Method saves an ItemCollection into the database.
saveByNewTransaction(ItemCollection) - Method in class org.imixs.workflow.engine.DocumentService
This method saves a workitem in a new transaction.
saveConfiguration(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
This method saves the timer configuration.
saveJobEntity(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerMigration3X
Save AdminP Entity
saveJobEntity(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
Save AdminP Entity
saveJobEntity(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.JobHandlerRenameUser
Save AdminP Entity
saveModel(BPMNModel) - Method in class org.imixs.workflow.engine.ModelService
This method saves a BPMNModel as an Entity and adds the model into the ModelManager
scheduleTimer(Timer) - Method in class org.imixs.workflow.engine.adminp.AdminPService
This method processes the timeout event.
search(String) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
Returns a collection of documents matching the provided search term.
search(String, int, int) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
Returns a collection of documents matching the provided search term.
search(String, int, int, Sort, QueryParser.Operator) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
Returns a collection of documents matching matching the provided search term.
setAccessRoles(String) - Method in class org.imixs.workflow.engine.DocumentService
 
setAccessRoles(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
setAccessRoles(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
 
setCalendarItems(List<CalendarItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setCharSet(String) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
 
setCreated(Calendar) - Method in class org.imixs.workflow.engine.jpa.Document
 
setCreated(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setData(Map<String, List<Object>>) - Method in class org.imixs.workflow.engine.jpa.Document
sets a data object for this Entity.
setData(Map<String, List<Object>>) - Method in class org.imixs.workflow.jee.jpa.Entity
sets a data object for this Entity.
setDisableOptimisticLocking(Boolean) - Method in class org.imixs.workflow.engine.DocumentService
returns the disable optimistic locking status
setDisableOptimisticLocking(Boolean) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
returns the disable optimistic locking status
setDisableOptimisticLocking(Boolean) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
returns the disable optimistic locking status
setDoubleItems(List<DoubleItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setId(String) - Method in class org.imixs.workflow.engine.jpa.Document
 
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.engine.jpa.Document
 
setModified(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setName(String) - Method in class org.imixs.workflow.jee.jpa.EntityIndex
 
setPending(boolean) - Method in class org.imixs.workflow.engine.jpa.Document
 
setReadAccessFields(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
setReadAccessFields(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
 
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.engine.jpa.Document
 
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(Integer) - Method in class org.imixs.workflow.engine.jpa.Document
 
setVersion(ItemCollection) - Method in class org.imixs.workflow.engine.plugins.VersionPlugin
 
setVersion(Integer) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setWriteAccessFields(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
setWriteAccessFields(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
 
setWriteAccessList(List<WriteAccess>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
SORT_ORDER_CREATED_ASC - Static variable in class org.imixs.workflow.engine.WorkflowService
 
SORT_ORDER_CREATED_DESC - Static variable in class org.imixs.workflow.engine.WorkflowService
 
SORT_ORDER_MODIFIED_ASC - Static variable in class org.imixs.workflow.engine.WorkflowService
 
SORT_ORDER_MODIFIED_DESC - Static variable in class org.imixs.workflow.engine.WorkflowService
 
SplitAndJoinPlugin - Class in org.imixs.workflow.engine.plugins
The Imixs Split&Join Plugin provides functionality to create and update sub-process instances from a workflow event in an origin process.
SplitAndJoinPlugin() - Constructor for class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 
start() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
This Method starts the TimerService.
stop() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
Stops a running timer instance.
SUBPROCESS_CREATE - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 
SUBPROCESS_UPDATE - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
 

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
 
transformXSLBody(ItemCollection, String) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
This method performs a XSL transformation based on the current Mail Body text.
TYP_CALENDAR - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
TYP_CALENDAR - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_DOUBLE - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
TYP_DOUBLE - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_INT - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
TYP_INT - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYP_TEXT - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
TYP_TEXT - Static variable in class org.imixs.workflow.jee.jpa.EntityIndex
 
TYPE_CONFIGURATION - Static variable in class org.imixs.workflow.engine.WorkflowSchedulerService
 

U

UNIQUEID - Static variable in class org.imixs.workflow.engine.DocumentService
 
UNIQUEID - Static variable in class org.imixs.workflow.engine.WorkflowService
 
UNIQUEID - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
UNIQUEIDREF - Static variable in class org.imixs.workflow.engine.DocumentService
 
UNIQUEIDREF - Static variable in class org.imixs.workflow.engine.WorkflowService
 
UNIQUEIDREF - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
uniqueList(List<Object>) - Method in class org.imixs.workflow.engine.plugins.AbstractPlugin
This method removes duplicates and null values from a vector.
updateDocument(ItemCollection) - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
This method adds a single document into the search index.
updateDocuments(Collection<ItemCollection>) - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
This method updates the search index for a collection of Documents.
updateReport(ItemCollection) - Method in class org.imixs.workflow.engine.ReportService
updates a Entity Report Object.
updateWorkitemUserIds(ItemCollection, String, String, boolean) - Method in class org.imixs.workflow.engine.adminp.JobHandlerRenameUser
Updates read,write and owner of a entity and returns true if an update was necessary
USER_GROUP_LIST - Static variable in class org.imixs.workflow.engine.DocumentService
 
USER_GROUP_LIST - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 

V

VALIDATION_ERROR - Static variable in class org.imixs.workflow.engine.plugins.RulePlugin
 
VersionPlugin - Class in org.imixs.workflow.engine.plugins
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.engine.plugins.VersionPlugin
 

W

WorkflowSchedulerService - Class in org.imixs.workflow.engine
This EJB implements a TimerService which scans workitems for scheduled activities.
WorkflowSchedulerService() - Constructor for class org.imixs.workflow.engine.WorkflowSchedulerService
 
WorkflowService - Class in org.imixs.workflow.engine
The WorkflowService is the Java EE Implementation for the Imixs Workflow Core API.
WorkflowService() - Constructor for class org.imixs.workflow.engine.WorkflowService
 
WORKITEMID - Static variable in class org.imixs.workflow.engine.WorkflowService
 
workItemInDue(ItemCollection, ItemCollection) - Static method in class org.imixs.workflow.engine.WorkflowSchedulerService
This method checks if a workitem (doc) is in due.
WRITEACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
 
WRITEACCESS - Static variable in class org.imixs.workflow.engine.WorkflowService
 
WRITEACCESS - Static variable in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
 
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
 

_

_findAllEntities(String, int, int) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
_findAllEntities(String, int, int) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
The method returns a collection of ItemCollections.
_getUserNameList() - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
_load(String) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
_load(String) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This method loads an ItemCollection from the Database.
_remove(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
_remove(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This method removes an ItemCollection from the database.
_save(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
_save(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityServiceRemote
This Method saves an ItemCollection into a database.
_saveByNewTransaction(ItemCollection) - Method in class org.imixs.workflow.jee.ejb.EntityService
Deprecated.
A B C D E F G H I J L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2006–2017 Imixs Software Solutions GmbH. All rights reserved.