- 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.
- convertItemValue(Object) - Method in class org.imixs.workflow.engine.lucene.LuceneItemAdapter
-
This method converts a ItemValue into a indexable text format.
- 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)
- copyItemList(String, ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
-
This Method copies the fields defined in 'items' into the targetWorkitem.
- count(String) - Method in class org.imixs.workflow.engine.DocumentService
-
Returns the total hits for a given search query.
- count(String, int) - Method in class org.imixs.workflow.engine.DocumentService
-
Returns the total hits for a given search query.
- 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.
- countPages(String, int) - Method in class org.imixs.workflow.engine.DocumentService
-
Returns the total pages for a given search term and a given page size.
- createJob(ItemCollection) - Method in class org.imixs.workflow.engine.adminp.AdminPService
-
This Method starts a new TimerService for a given job.
- createSubprocesses(List<String>, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
-
This method expects a list of Subprocess definitions and create for each
definition a new subprocess.
- 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.
- 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.
- findAllReports() - Method in class org.imixs.workflow.engine.ReportService
-
Returns a list of all reports sorted by name.
- 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.
- findReport(String) - Method in class org.imixs.workflow.engine.ReportService
-
Returns a Report Entity by its identifier.
- findTimer(String) - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
This method returns a timer for a corresponding id if such a timer object
exists.
- findVersionsByGroup(String) - Method in class org.imixs.workflow.engine.ModelService
-
This method returns a sorted list of model versions containing the requested
workflow group.
- flush() - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
-
This method flush the event log.
- flushEventLog(int) - Method in class org.imixs.workflow.engine.lucene.LuceneUpdateService
-
Flush the EventLog cache.
- formatItemValues(List<?>, String, String, Locale, String) - Static method in class org.imixs.workflow.engine.TextItemValueAdapter
-
This method returns a formated a string object.
- formatItemValues(List<?>, String, String) - Static method in class org.imixs.workflow.engine.TextItemValueAdapter
-
this method formats a string object depending of an attribute type.
- formatItemValues(List<?>, String, String, Locale) - Static method in class org.imixs.workflow.engine.TextItemValueAdapter
-
this method formats a string object depending of an attribute type.
- formatItemValues(List<?>, String, String, Locale, String) - Static method in class org.imixs.workflow.engine.TextPropertyValueAdapter
-
This method returns a formated a string object.
- getAccessRoles() - Method in class org.imixs.workflow.engine.DocumentService
-
Returns a comma separated list of additional Access-Roles defined for this
service
- 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
- getConfiguration() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- 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
- getDataSource(ItemCollection, int, int, String, boolean, Map<String, String>) - Method in class org.imixs.workflow.engine.ReportService
-
Returns the data source defined by a report.
- 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
-
- getDocument() - Method in class org.imixs.workflow.engine.DocumentEvent
-
- getDocument() - Method in class org.imixs.workflow.engine.ProcessingEvent
-
- getDocument() - Method in class org.imixs.workflow.engine.TextEvent
-
- getDocumentsByQuery(String) - Method in class org.imixs.workflow.engine.DocumentService
-
Returns all documents of by JPQL statement
- getDocumentsByQuery(String, int) - Method in class org.imixs.workflow.engine.DocumentService
-
Returns all documents of by JPQL statement.
- getDocumentsByQuery(String, int, int) - 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.
- getEventType() - Method in class org.imixs.workflow.engine.DocumentEvent
-
- getEventType() - Method in class org.imixs.workflow.engine.ProcessingEvent
-
- getFrom(ItemCollection, ItemCollection) - Method in class org.imixs.workflow.engine.plugins.MailPlugin
-
Computes the sender name.
- getGroups() - Method in class org.imixs.workflow.engine.UserGroupEvent
-
- 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.SimulationService
-
This Method returns the modelManager Instance.
- 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 time of last modification.
- 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.engine.scheduler.SchedulerController
-
- 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.
- getReportService() - Method in class org.imixs.workflow.engine.WorkflowService
-
Returns an instance of the ReportService EJB.
- getSchedulerClass() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- getSchedulerService() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- getSessionContext() - Method in class org.imixs.workflow.engine.SimulationService
-
Returns an instance of the EJB session context.
- 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.
- getText() - Method in class org.imixs.workflow.engine.TextEvent
-
- getTextItems() - Method in class org.imixs.workflow.jee.jpa.Entity
-
returns a list of all textItems joined to this Entity.
- getTextList() - Method in class org.imixs.workflow.engine.TextEvent
-
- getTotalHits(String, int, QueryParser.Operator) - Method in class org.imixs.workflow.engine.lucene.LuceneSearchService
-
Returns the total hits for a given search term from the lucene index.
- 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.
- getUserId() - Method in class org.imixs.workflow.engine.UserGroupEvent
-
- 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, String, boolean) - Method in class org.imixs.workflow.engine.WorkflowService
-
Returns a collection of workItems belonging to a specified username.
- getWorkListByCreator(String, String, int, int, String, boolean) - Method in class org.imixs.workflow.engine.WorkflowService
-
Returns a collection of workitems created by a specified user ($Creator).
- getWorkListByGroup(String, String, int, int, String, boolean) - 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, String, boolean) - 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, String, boolean) - Method in class org.imixs.workflow.engine.WorkflowService
-
Returns a collection of workitems belonging to a specified $taskID defined by
the workflow model.
- getWorkListByRef(String, String, int, int, String, boolean) - 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, String, boolean) - 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
- READACCESS - Static variable in class org.imixs.workflow.engine.DocumentService
-
- 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
-
- refresh() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
This method updates the scheduler configuration with the current timer
information
- 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 adds a new eventLogEntry for a document to be deleted from the
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 form the internal model store.
- 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.
- 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
- restartScheduler(ActionEvent) - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- 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 AdminPService.
- 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) - Method in class org.imixs.workflow.engine.adminp.JobHandlerUpgradeWorkitems
-
This method runs the RebuildLuceneIndexJob.
- 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.DocumentComposerPlugin
-
This method adds the attachments of the blob workitem to the MimeMessage
- 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.
- run(ItemCollection) - Method in interface org.imixs.workflow.engine.scheduler.Scheduler
-
The run method is called by the ScheduelrService during a timer timeout
event.
- 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() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
Saves the current scheduler configuration.
- saveConfiguration(ItemCollection) - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
This method saves the scheduler configuration.
- saveConfiguration(ItemCollection) - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
-
This method saves the timer configuration.
- saveModel(BPMNModel) - Method in class org.imixs.workflow.engine.ModelService
-
This method saves a BPMNModel into the database and adds the model into the
internal model store.
- Scheduler - Interface in org.imixs.workflow.engine.scheduler
-
This interface is used to implement a Scheduler managed by the
SchedulerService.
- SchedulerConfigurationService - Class in org.imixs.workflow.engine.scheduler
-
This SchedulerSaveService is used to save configurations in a new
transaction.
- SchedulerConfigurationService() - Constructor for class org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
-
- SchedulerController - Class in org.imixs.workflow.engine.scheduler
-
The SchedulerController is a front-end controller to start and stop
schedulers.
- SchedulerController() - Constructor for class org.imixs.workflow.engine.scheduler.SchedulerController
-
- SchedulerException - Exception in org.imixs.workflow.engine.scheduler
-
The SchedulerException is thrown from the generic scheduler service
- SchedulerException(String, String) - Constructor for exception org.imixs.workflow.engine.scheduler.SchedulerException
-
- SchedulerException(String, String, String) - Constructor for exception org.imixs.workflow.engine.scheduler.SchedulerException
-
- SchedulerException(String, String, String, Exception) - Constructor for exception org.imixs.workflow.engine.scheduler.SchedulerException
-
- SchedulerException(String, String, Exception) - Constructor for exception org.imixs.workflow.engine.scheduler.SchedulerException
-
- SchedulerService - Class in org.imixs.workflow.engine.scheduler
-
The SchedulerService EJB can be used to start, monitor and stop custom
scheduler implementation.
- SchedulerService() - Constructor for class org.imixs.workflow.engine.scheduler.SchedulerService
-
- SchedulerStartupServlet - Class in org.imixs.workflow.engine.scheduler
-
This servlet checks als Imixs-Schedulers on startup.
- SchedulerStartupServlet() - Constructor for class org.imixs.workflow.engine.scheduler.SchedulerStartupServlet
-
- 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
-
- setConfiguration(ItemCollection) - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- 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
-
- setErrorCode(String) - Method in exception org.imixs.workflow.engine.scheduler.SchedulerException
-
- setGroups(List<String>) - Method in class org.imixs.workflow.engine.UserGroupEvent
-
- 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
-
Set the time of last modification.
- setModified(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
-
- setName(String) - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- 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
-
- setSchedulerClass(String) - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- setText(String) - Method in class org.imixs.workflow.engine.TextEvent
-
- setTextItems(List<TextItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
-
- setTextList(List<String>) - Method in class org.imixs.workflow.engine.TextEvent
-
- 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
-
- setUserId(String) - Method in class org.imixs.workflow.engine.UserGroupEvent
-
- 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
-
- SimulationService - Class in org.imixs.workflow.engine
-
The SimulationService can be used to simulate a process life cycle without
storing any data into the database.
- SimulationService() - Constructor for class org.imixs.workflow.engine.SimulationService
-
- SNAPSHOT_TYPE_PRAFIX - Static variable in class org.imixs.workflow.engine.adminp.JobHandlerRebuildIndex
-
- 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(ItemCollection) - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
Starts a new Timer for the scheduler defined by the Configuration.
- start() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
-
This Method starts the TimerService.
- startAllSchedulers() - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
This method will start all schedulers which are not yet started.
- startScheduler() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
starts the timer service
- stop(ItemCollection) - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
Cancels a running timer instance.
- stop(ItemCollection, Timer) - Method in class org.imixs.workflow.engine.scheduler.SchedulerService
-
- stop() - Method in class org.imixs.workflow.engine.WorkflowSchedulerService
-
Stops a running timer instance.
- stopScheduler() - Method in class org.imixs.workflow.engine.scheduler.SchedulerController
-
- storeConfigurationInNewTransaction(ItemCollection) - Method in class org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
-
This method saves a configuration in a new transaction.
- SUBPROCESS_CREATE - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
-
- SUBPROCESS_UPDATE - Static variable in class org.imixs.workflow.engine.plugins.SplitAndJoinPlugin
-