Package | Description |
---|---|
com.saperion.constants |
This package contains the constant definitions for the SAPERION LARIX system.
|
com.saperion.intf.wf |
This package contains the common used workflow interfaces for the LARIX components.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI Server.
|
com.saperion.wf |
This package contains the common used workflow classes.
|
Modifier and Type | Method and Description |
---|---|
static SaWFConstants.CommandId |
SaWFConstants.CommandId.fromInt(int reqId)
Converts from int.
|
static SaWFConstants.CommandId |
SaWFConstants.CommandId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWFConstants.CommandId[] |
SaWFConstants.CommandId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SaWFConstants.CommandId |
CommandInfo.getCommand() |
Modifier and Type | Method and Description |
---|---|
void |
ContextInfo.setCommand(SaWFConstants.CommandId command) |
Modifier and Type | Method and Description |
---|---|
void |
ContextInfoImpl.setCommand(SaWFConstants.CommandId cmd) |
Constructor and Description |
---|
ContextInfoImpl(String actorName,
String processName,
SaWFConstants.CommandId cmd)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SaWFConstants.CommandId |
CommandInfoImpl.getCommand() |
Constructor and Description |
---|
CommandInfoImpl(SaWFConstants.CommandId cmd,
String desc,
boolean isEnabled,
int trans) |
CommandInfoImpl(SaWFConstants.CommandId cmd,
String desc,
boolean isEnabled,
int trans,
boolean reasonRequired,
boolean nextReceiverRequired)
Constructor.
|
Copyright © 2016 SAPERION AG. All rights reserved.