void |
VWWorkflowCollectionDefinition.export(java.io.OutputStream theStream,
VWSession session)
Writes this instance in a self-contained form to a specified output stream.
|
void |
VWWorkflowCollectionDefinition.exportToFile(java.lang.String theFileName,
VWSession session)
Writes this instance in a self-contained form to a specified file.
|
VWWorkflowDefinition |
VWWorkflowDefinition.getFlattenedCopy(VWSession theSession)
Returns a copy of this workflow that includes attributes inherited from the parent workflow.
|
static java.lang.String |
VWXMLConfiguration.importConfiguration(VWSession session,
java.lang.String config,
int option)
Imports Process Engine administration and configuration properties from a String containing
XML text representing the properties.
|
static java.lang.String |
VWXMLConfiguration.importConfigurationFromFile(VWSession session,
java.lang.String inputFile,
int option)
Imports Process Engine administration and configuration properties from an XML document.
|
java.util.HashMap |
VWWorkflowCollectionDefinition.validate(VWSession theSession,
boolean fixupSteps)
|
VWValidationError[] |
VWWorkflowDefinition.validate(VWSession theSession,
boolean fixupSteps)
|
void |
VWCompoundStepDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWStepDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWFieldDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWSchema.validate(VWSession theSession,
java.util.Vector EDefVector)
|
abstract void |
VWMapNode.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWPartnerLinkDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWMilestoneDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
|
void |
VWSimpleInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
void |
VWRollbackInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
void |
VWReceiveInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
void |
VWWFEInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
abstract void |
VWInstructionDefinition.validate(VWSession theSession,
java.util.Vector EDefHandler,
VWCompoundStepDefinition myStep)
|
void |
VWReplyInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
void |
VWInvokeInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
|
void |
VWFaultDefinition.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep,
int instId,
int faultId)
|
java.util.HashMap |
VWWorkflowCollectionDefinition.validate(VWSession theSession,
VWSystemConfiguration theSystemConfig,
java.lang.String sdfFileContents)
Validates this instance.
|
VWValidationError[] |
VWWorkflowDefinition.validate(VWSession theSession,
VWSystemConfiguration theSystemConfig,
java.lang.String sdfFileContents)
Validates this instance.
|
void |
VWEventDefinition.validate(VWSession theSession,
VWWorkflowDefinition theWorkflow,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep,
int instId,
int eventId)
|