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

A

addIndex(String, int) - Method in interface org.imixs.workflow.jee.ejb.EntityService
Adds an EntityIndex to the current list of external properties.

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.WorkflowScheduler
cancles a running timer instance.

D

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
EntityData - Class in org.imixs.workflow.jee.jpa
The EntityData Bean holds the ItemCollection data of an Entity Bean.
EntityData() - Constructor for class org.imixs.workflow.jee.jpa.EntityData
 
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 - Interface in org.imixs.workflow.jee.ejb
The EntityService is used to save and load instances of ItemCollection into a Database.
EntityServiceRemote - Interface in org.imixs.workflow.jee.ejb
The EntityService Remote interface
equals(Object) - Method in class org.imixs.workflow.jee.jpa.TextItem
 

F

findAllEntities(String, int, int) - Method in interface org.imixs.workflow.jee.ejb.EntityService
The method returns a collection of ItemCollections.
findAllEntityIndices() - Method in interface org.imixs.workflow.jee.ejb.EntityService
The method returns a list of EntityIndex which defines external properties
findAllTimerDescriptions() - Method in interface org.imixs.workflow.jee.ejb.WorkflowScheduler
returns a list of all Timer Descriptions loaded by this Instance.
findTimerDescription(String) - Method in interface org.imixs.workflow.jee.ejb.WorkflowScheduler
this method returns a Itemcollection with the TimerDescirpiton for the specific timer object.

G

getAccessRoles() - Method in interface org.imixs.workflow.jee.ejb.EntityService
Returns additional AccessRoles defined for the EJB instance
getActivityEntityListByVersion(int, String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns the ActivityList for a specific model version
getAllModelVersions() - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns a String list of all accessible Modelversions
getAllProcessEntitiesByGroup(String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities for a specific ProcessGroup
getAllStartProcessEntities() - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns a list of all ProcessEntities which are the first one in each ProcessGroup.
getAllStartProcessEntitiesByVersion(String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
 
getAllWorkflowGroups() - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns a String list of all existing ProcessGroup Names
getAllWorkflowGroupsByVersion(String) - Method in interface 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
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
Deturns the data object part of the Entity.
getDoubleItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all doubleItems joined to this Entity
getEntityService() - Method in interface org.imixs.workflow.jee.ejb.WorkflowService
This method returns an instance of the Imixs JEE EntityService used by the WorkflowManager Implementation.
getEnvironmentEntityList() - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns the EnvironmentList
getEnvironmentEntityListByVersion(String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns the EnvironmentList for a specific model version
getId() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the unique identifier for the Entity.
getIntegerItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all integerItems joined to this Entity
getItemCollection() - Method in class org.imixs.workflow.jee.jpa.EntityData
returns the data object part of the Entity represented by a org.imixs.workflow.ItemCollection.
getLatestVersion() - Method in interface org.imixs.workflow.jee.ejb.ModelService
 
getModified() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the last modification point of time
getProcessEntityListByVersion(String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
returns the processList for a specific model version
getPublicActivities(int) - Method in interface 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 interface org.imixs.workflow.jee.ejb.ModelService
 
getReadAccess() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the ReadAccessList (ReadACL) of the Entity instance.
getReadAccessFields() - Method in interface org.imixs.workflow.jee.ejb.EntityService
Returns additional ReadAccessFields defined for the EJB instance.
getReport(String) - Method in interface org.imixs.workflow.jee.ejb.ReportService
Returns a Report Entity identified by the attribute txtname
getReportList(int, int) - Method in interface org.imixs.workflow.jee.ejb.ReportService
Returns a collection of reports (ItemCollection).
getTextItems() - Method in class org.imixs.workflow.jee.jpa.Entity
returns a list of all textItems joined to this Entity.
getType() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the type property of the entity instance.
getValue() - Method in class org.imixs.workflow.jee.jpa.ReadAccessEntity
 
getValue() - Method in class org.imixs.workflow.jee.jpa.WriteAccessEntity
 
getWorkList(String, int, int, String, int) - Method in interface org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified name.
getWorkListByCreator(String, int, int, String, int) - Method in interface 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 interface org.imixs.workflow.jee.ejb.WorkflowService
returns a collection of workitems belonging to a specified workflow group.
getWorkListByOwner(String, int, int, String, int) - Method in interface 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 interface org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems belonging to a specified $processID defined by the workflow model.
getWorkListByRef(String, int, int, String, int) - Method in interface 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 interface org.imixs.workflow.jee.ejb.WorkflowService
Returns a collection of workitems where the current user has a writeAccess.
getWriteAccess() - Method in class org.imixs.workflow.jee.jpa.Entity
returns the WriteAccessList (WriteACL) of the Entity instance.
getWriteAccessFields() - Method in interface org.imixs.workflow.jee.ejb.EntityService
Returns additional WriteAccessFields defined for the EJB instance.

H

hashCode() - Method in class org.imixs.workflow.jee.jpa.TextItem
 

I

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
 
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

load(String) - Method in interface org.imixs.workflow.jee.ejb.EntityService
This method loads an ItemCollection from the Database.

M

ModelService - Interface in org.imixs.workflow.jee.ejb
The ModelManager is the JEE Implementation of the IX Workflow API Interface org.imixs.workflow.Model.
ModelServiceRemote - Interface in org.imixs.workflow.jee.ejb
The ModelService remote Interface

N

name - Variable in class org.imixs.workflow.jee.jpa.EntityIndex
 

O

org.imixs.workflow.jee.ejb - package org.imixs.workflow.jee.ejb
 
org.imixs.workflow.jee.jpa - package org.imixs.workflow.jee.jpa
 

P

processReport(String) - Method in interface org.imixs.workflow.jee.ejb.ReportService
Process a QueryEntity Object identified by the attribute txtname.

R

ReadAccessEntity - Class in org.imixs.workflow.jee.jpa
A AccessEntity defines a single Entry in the Access List of the Entity Class.
ReadAccessEntity(String) - Constructor for class org.imixs.workflow.jee.jpa.ReadAccessEntity
 
remove(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityService
This method removes an ItemCollection from the database.
removeIndex(String) - Method in interface org.imixs.workflow.jee.ejb.EntityService
Removes an EntityIndex from the current list of external properties.
removeModelVersion(String) - Method in interface org.imixs.workflow.jee.ejb.ModelService
This method removes an existing model with the corresponding modelversion
ReportService - Interface in org.imixs.workflow.jee.ejb
The ReportManager interface supports methods to create, process and find report instances.
ReportServiceRemote - Interface in org.imixs.workflow.jee.ejb
The ReportService remote Interface

S

save(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.EntityService
This Method saves an ItemCollection into a database.
saveActivityEntity(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.ModelService
Saves or updates an ActivityEntity represented by an ItemCollection.
saveEnvironmentEntity(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.ModelService
Saves or updates an EnvironmentEntity represented by an ItemCollection.
saveProcessEntity(ItemCollection) - Method in interface 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.WorkflowScheduler
schedules a new Workflow Service.
setCalendarItems(List<CalendarItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setCreated(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setData(EntityData) - 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
 
setItemCollection(ItemCollection) - Method in class org.imixs.workflow.jee.jpa.EntityData
sets a data object for this Entity.
setModified(Calendar) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setReadAccess(List<ReadAccessEntity>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setTextItems(List<TextItem>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setType(String) - Method in class org.imixs.workflow.jee.jpa.Entity
 
setValue(String) - Method in class org.imixs.workflow.jee.jpa.ReadAccessEntity
 
setValue(String) - Method in class org.imixs.workflow.jee.jpa.WriteAccessEntity
 
setWriteAccess(List<WriteAccessEntity>) - Method in class org.imixs.workflow.jee.jpa.Entity
 
SORT_ORDER_CREATED_ASC - Static variable in interface org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_CREATED_DESC - Static variable in interface org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_MODIFIED_ASC - Static variable in interface org.imixs.workflow.jee.ejb.WorkflowService
 
SORT_ORDER_MODIFIED_DESC - Static variable in interface org.imixs.workflow.jee.ejb.WorkflowService
 

T

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

U

updateReport(ItemCollection) - Method in interface org.imixs.workflow.jee.ejb.ReportService
updates a Entity Report Object.

W

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

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

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