| Modifier and Type | Field and Description |
|---|---|
static QName |
JBossQNames.LOAD_ID |
static QName |
JBossQNames.SAVE_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
Kernel.onNavigation(QName source,
QName dialog)
Absolute navigation
|
| Modifier and Type | Field and Description |
|---|---|
static QName |
SaveChangesetProcedure.ID |
static QName |
LoadResourceProcedure.ID |
static QName |
DMROperationProcedure.PREFIX |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,ModelNode> |
OperationContext.getOperationDescriptions() |
Map<QName,ModelNode> |
DMROperationProcedure.getOperationDescriptions() |
| Constructor and Description |
|---|
DMROperationProcedure(Dialog dialog,
QName id,
QName justification,
DispatchAsync dispatcher,
Map<QName,ModelNode> operationDescriptions,
org.jboss.ballroom.client.rbac.SecurityContext securityContext) |
LoadResourceProcedure(Dialog dialog,
QName justification,
DispatchAsync dispatcher) |
SaveChangesetProcedure(Dialog dialog,
QName justification,
DispatchAsync dispatcher) |
| Constructor and Description |
|---|
DMROperationProcedure(Dialog dialog,
QName id,
QName justification,
DispatchAsync dispatcher,
Map<QName,ModelNode> operationDescriptions,
org.jboss.ballroom.client.rbac.SecurityContext securityContext) |
| Modifier and Type | Field and Description |
|---|---|
static QName |
DMRMapping.ID |
| Modifier and Type | Method and Description |
|---|---|
QName |
DMRMapping.getId() |
| Modifier and Type | Method and Description |
|---|---|
QName |
DialogState.activateBranch(InteractionUnit unit) |
QName |
DialogState.activateBranch(InteractionUnit unit,
String suffix) |
QName |
SystemEvent.getId() |
QName |
StatementEvent.getId() |
QName |
Procedure.getId() |
QName |
PresentationEvent.getId() |
QName |
NavigationEvent.getId() |
QName |
InteractionEvent.getId() |
QName |
Procedure.getJustification() |
QName |
PresentationEvent.getTarget() |
QName |
NavigationEvent.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Set<T>> |
BehaviourMap.list() |
Map<QName,Set<Procedure>> |
ProcedureExecution.listProcedures() |
Map<QName,Set<Procedure>> |
InteractionCoordinator.listProcedures() |
| Modifier and Type | Method and Description |
|---|---|
void |
DialogState.activateScope(QName targetUnit)
Deactivates a previously active sibling scope and activate a new one.
|
void |
StateCoordination.activateUnit(QName unitId) |
void |
InteractionCoordinator.activateUnit(QName unitId) |
void |
IntegrityErrors.add(QName element,
String message) |
boolean |
ProcedureRuntimeAPI.canBeActivated(QName interactionUnit) |
boolean |
InteractionCoordinator.canBeActivated(QName interactionUnit) |
boolean |
DialogState.canBeActivated(QName interactionUnit)
A unit can be activated if the parent is a demarcation type
or it is a root element
|
void |
KernelContract.clearStatement(QName sourceId,
String key) |
void |
InteractionCoordinator.clearStatement(QName sourceId,
String key) |
void |
DialogState.clearStatement(QName sourceId,
String key) |
Procedure |
ProcedureFactory.createProcedure(QName id) |
void |
DialogState.flushChildScopes(QName unitId)
Flush the scope of unit and all children.
|
StatementContext |
DialogState.getContext(QName unitId) |
T |
BehaviourMap.getSingle(QName id) |
boolean |
ProcedureRuntimeAPI.isActive(QName interactionUnit) |
boolean |
InteractionCoordinator.isActive(QName interactionUnit) |
boolean |
DialogState.isWithinActiveScope(QName unitId)
Is within active scope when itself and all it's parent scopes are active as well.
|
void |
NavigationDelegate.onNavigation(QName source,
QName dialog) |
void |
KernelContract.setStatement(QName sourceId,
String key,
String value) |
void |
InteractionCoordinator.setStatement(QName sourceId,
String key,
String value) |
void |
DialogState.setStatement(QName interactionUnitId,
String key,
String value) |
void |
PresentationEvent.setTarget(QName target) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Integrity.check(InteractionUnit container,
Map<QName,Set<Procedure>> behaviours) |
| Constructor and Description |
|---|
InteractionEvent(QName id) |
NavigationEvent(QName id,
QName target) |
NavigationEvent(QName id,
QName target,
NavigationEvent.Relation relation) |
PresentationEvent(QName id) |
Procedure(QName id) |
Procedure(QName id,
QName justification) |
StatementEvent(QName id,
String key,
String value) |
SystemEvent(QName id) |
| Modifier and Type | Field and Description |
|---|---|
static QName |
CommonQNames.ACTIVATION_ID |
static QName |
NavigationProcedure.ID |
static QName |
CommonQNames.NAVIGATION_ID |
static QName |
CommonQNames.RESET_ID |
static QName |
CommonQNames.SELECT_ID |
| Modifier and Type | Method and Description |
|---|---|
QName |
Dialog.getId() |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
Dialog.findUnit(QName id) |
| Constructor and Description |
|---|
Dialog(QName id) |
Dialog(QName id,
InteractionUnit root) |
| Modifier and Type | Method and Description |
|---|---|
QName |
Resource.getId() |
QName |
Behaviour.getId()
The ID corresponds to a Resource of the behaviour model
|
QName |
Behaviour.getJustification()
The justification for the selection of a behaviour.
|
QName |
Resource.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Behaviour |
BehaviourResolution.resolve(QName id) |
void |
Resource.setSource(QName source) |
| Constructor and Description |
|---|
Resource(QName id,
T type) |
| Modifier and Type | Field and Description |
|---|---|
protected QName |
Mapping.correlationId |
| Modifier and Type | Method and Description |
|---|---|
QName |
Mapping.getCorrelationId() |
abstract QName |
Mapping.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mapping.setCorrelationId(QName id) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,QName> |
BranchActivation.getActiveItems() |
| Modifier and Type | Method and Description |
|---|---|
QName |
InteractionUnit.getId() |
QName |
Link.getTarget() |
QName |
Trigger.getType() |
static QName |
QName.valueOf(String qNameAsString)
QName derived from parsing the formatted
String. |
| Constructor and Description |
|---|
InteractionUnit(QName id,
String label) |
InteractionUnit(QName id,
String label,
S stereotype) |
Link(QName id,
QName target,
String label) |
Link(String ns,
String name,
QName target,
String label) |
Trigger(QName unitId,
QName triggerType,
String label) |
Trigger(String ns,
String name,
QName triggerType,
String label) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.