|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWSession in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWSession | |
---|---|
VWSession |
VWRoster.getServiceSession()
Identifies the session that originated the search object. |
VWSession |
VWQueue.getServiceSession()
Identifies the session that instantiated the search object. |
VWSession |
VWLog.getServiceSession()
Gets the session that contains the query object. |
VWSession |
VWWebServiceParameterDefinition.getSession()
Get the session associated with this event definition. |
VWSession |
VWProcess.getSession()
Get the session associated with this mapnode definition. |
VWSession |
VWOperationDefinition.getSession()
Get the session associated with this operation definition. |
VWSession |
VWMapNode.getSession()
Get the session associated with this mapnode definition. |
VWSession |
VWFaultDefinition.getSession()
Get the session associated with this event definition. |
VWSession |
VWEventDefinition.getSession()
Get the session associated with this event definition. |
Methods in filenet.vw.api with parameters of type VWSession | |
---|---|
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. |
VWValidationError[] |
VWWorkflowDefinition.validate(VWSession theSession,
boolean fixupSteps)
Validates this instance. |
java.util.HashMap |
VWWorkflowCollectionDefinition.validate(VWSession theSession,
boolean fixupSteps)
Validates this instance. |
void |
VWStepDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWSchema.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWRuleSetDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWPartnerLinkDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWMilestoneDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
abstract void |
VWMapNode.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWFieldDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWCompoundStepDefinition.validate(VWSession theSession,
java.util.Vector EDefVector)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWWFEInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWSimpleInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWRollbackInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWReplyInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWReceiveInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWInvokeInstruction.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
abstract void |
VWInstructionDefinition.validate(VWSession theSession,
java.util.Vector EDefHandler,
VWCompoundStepDefinition myStep)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWFaultDefinition.validate(VWSession theSession,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep,
int instId,
int faultId)
Validates this instance, appending any validation errors found to the specified Vector object. |
void |
VWEventDefinition.validate(VWSession theSession,
VWWorkflowDefinition theWorkflow,
java.util.Vector EDefVector,
VWCompoundStepDefinition myStep,
int instId,
int eventId)
Validates this instance, appending any validation errors found to the specified Vector object. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |