| Package | Description |
|---|---|
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeActivityDef |
| Modifier and Type | Method and Description |
|---|---|
ActivityDef |
CompositeActivityDef.addLocalActivityDef(String name,
String type,
GraphPoint point) |
ActivityDef |
ActivitySlotDef.getTheActivityDef(TransactionKey transactionKey) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ActivityDef> |
CompositeActivityDef.findRefActDefs(GraphModel graph,
TransactionKey transactionKey) |
ArrayList<ActivityDef> |
CompositeActivityDef.getRefChildActDef() |
| Modifier and Type | Method and Description |
|---|---|
ActivitySlotDef |
CompositeActivityDef.addExistingActivityDef(String name,
ActivityDef actDef,
GraphPoint point) |
void |
ActivitySlotDef.setTheActivityDef(ActivityDef actDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeActivityDef.setRefChildActDef(ArrayList<ActivityDef> refChildActDef) |
| Constructor and Description |
|---|
ActivitySlotDef(String name,
ActivityDef actDef) |
| Modifier and Type | Method and Description |
|---|---|
ActivityDef |
ActDefCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static ActivityDef |
LocalObjectLoader.getActDef(String actName,
int actVersion)
Retrieves a named version of ActivityDef from the database
|
static ActivityDef |
LocalObjectLoader.getActDef(String actName,
int actVersion,
TransactionKey transactionKey) |
static ActivityDef |
LocalObjectLoader.getElemActDef(String actName,
int actVersion)
Retrieves a named version of ActivityDef from the database
|
static ActivityDef |
LocalObjectLoader.getElemActDef(String actName,
int actVersion,
TransactionKey transactionKey) |
ActivityDef |
ActDefCache.loadObject(String name,
int version,
ItemProxy proxy,
TransactionKey transactionKey) |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.