|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Accesses the properties of an application component.
An application component specifies default values for tasks, for example, default values that control the life-cycle of tasks. These default values can be overwritten by specific values of task templates or task themselves.
There are two pre-defined application components, HTM for the Human Task Manager and BFM for the Business Flow Manager.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getCalendarName()
Returns the name of the calendar used, for example, for expiration calculations. |
java.lang.String |
getDurationUntilDeleted()
Returns the duration until tasks that belong to this application component get deleted after reaching an end state. |
java.lang.String |
getEventHandlerName()
Returns the name of the event handler that gets associated to tasks that belong to this component. |
ACOID |
getID()
Returns the object identifier. |
java.lang.String |
getJNDINameOfCalendar()
Returns the JNDI name of a user-defined calendar. |
java.lang.String |
getJNDINameOfStaffPluginProvider()
Returns the JNDI name of a user-defined staff plugin. |
java.lang.String |
getName()
Returns the name of the application component. |
boolean |
isBusinessRelevant()
States whether a task that belongs to this application component is a business relevant or an "auxiliary" step. |
boolean |
supportsAutomaticClaim()
States whether a task that belongs to this application component is claimed automatically when it becomes ready. |
boolean |
supportsClaimIfSuspended()
States whether tasks that belong to this application component can be claimed even if they are suspended. |
boolean |
supportsDelegation()
States whether tasks that belong to this application component support delegation, for example, by transferring work items. |
boolean |
supportsSubTasks()
States whether tasks that belong to this application component support creation of subtasks and follow-on tasks. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public ACOID getID()
public java.lang.String getName()
public boolean supportsAutomaticClaim()
public boolean isBusinessRelevant()
public java.lang.String getDurationUntilDeleted()
public java.lang.String getCalendarName()
getJNDINameOfCalendar
.
For details on calendars refer to the WebSphere Application Server documentation.
public java.lang.String getJNDINameOfCalendar()
getCalendarName
.
For details on calendars refer to the WebSphere Application Server documentation.
public java.lang.String getJNDINameOfStaffPluginProvider()
public boolean supportsDelegation()
public boolean supportsSubTasks()
public boolean supportsClaimIfSuspended()
public java.lang.String getEventHandlerName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |