| Constructor and Description |
|---|
Job(Activity act,
ItemPath itemPath,
Transition transition,
AgentPath agent,
AgentPath delegate,
String role)
Main constructor to create Job during workflow enactment
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeActivity |
class |
Workflow |
| Modifier and Type | Method and Description |
|---|---|
Activity |
CompositeActivity.newAtomChild(String id,
boolean first,
GraphPoint point) |
| Modifier and Type | Method and Description |
|---|---|
WfVertex |
CompositeActivity.newExistingChild(Activity child,
String Name,
GraphPoint point) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddC2KObject |
class |
AddDomainPath |
class |
AddMemberToCollection
Generates a new slot in a Dependency for the given item
Params:
0 - collection name
1 - target UUID or DomainPath
2 - slot properties (optional)
|
class |
AddNewCollectionDescription
Generates a new empty collection description.
|
class |
AddNewSlot |
class |
AssignItemToSlot |
class |
ChangeName |
class |
ClearSlot |
class |
CreateAgentFromDescription |
class |
CreateNewCollectionVersion |
class |
Erase |
class |
Import |
class |
PredefinedStep
PredefinedStep are always Active, and have only one transition.
|
class |
PredefinedStepCollectionBase |
class |
PredefinedStepContainer |
class |
RemoveC2KObject |
class |
RemoveDomainPath |
class |
RemoveSlotFromCollection
Params: 0 - collection name 1 - slot number OR if -1: 2 - target entity key
|
class |
RemoveViewpoint |
class |
ReplaceDomainWorkflow |
class |
UpdateDependencyMember
Params:
0: collection name
1: slot number
2: target UUID or DomainPath if slot number is -1
3: marshaled properties of member
|
class |
WriteProperty |
class |
WriteViewpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer |
class |
RemoveAgent
Deprecated.
As of release 3.5, replaced by predefinedStep Erase
|
class |
SetAgentPassword |
class |
SetAgentRoles |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateItemFromDescription |
class |
ItemPredefinedStepContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDomainContext |
class |
BulkImport
This
|
class |
CreateNewAgent |
class |
CreateNewItem |
class |
CreateNewRole |
class |
RemoveDomainContext |
class |
RemoveRole |
class |
ServerPredefinedStepContainer |
class |
UpdateRole |
| Modifier and Type | Method and Description |
|---|---|
String |
Transition.getPerformingRole(Activity act,
AgentPath agent) |
Map<Transition,String> |
StateMachine.getPossibleTransitions(Activity act,
AgentPath agent) |
String |
Transition.getReservation(Activity act,
AgentPath agent) |
boolean |
Transition.isEnabled(Activity act)
Computes if the Transition is enabled or not.
|
State |
StateMachine.traverse(Activity act,
Transition transition,
AgentPath agent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityManager.checkPermissions(AgentPath agent,
Activity act,
ItemPath itemPath) |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.