|
Deprecated Methods |
org.yawlfoundation.yawl.engine.YEngine.cancelCase(YIdentifier)
use cancelCase(YIdentifier, String) |
org.yawlfoundation.yawl.engine.interfce.EngineGatewayImpl.checkConnectionForAdmin(String)
no longer valid - performs same function as 'checkConnection' |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceBWebsideController.checkInWorkItem(String, Element, Element, String)
since 2.1 - use checkInWorkItem(String, Element, Element, String, String)
Checks a work item into the engine. |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.checkInWorkItem(String, String, String)
since 2.1 - use checkInWorkItem(String, String, String, String) instead
Checks the work item back into the engine once the task is complete.
Succesfully doing so will cause the work item to be completed in the engine. |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceBWebsideController.checkInWorkItem(String, String, String, String)
since 2.1 - use checkInWorkItem(String, Element, Element, String, String)
Checks a work item back into the engine. |
org.yawlfoundation.yawl.engine.interfce.EngineGatewayImpl.deleteAccount(String, String)
The YAWL Engine no longer maintains users directly |
org.yawlfoundation.yawl.util.StringUtil.formatUIDate(Calendar)
Use TimeUtil.formatUIDate |
org.yawlfoundation.yawl.engine.interfce.WorkItemRecord.getAssignedTo()
- use getStartedBy() |
org.yawlfoundation.yawl.elements.YSpecification.getBetaVersion()
since v2.0: use getSchemaVersion() instead
Gets the version number of this specification's schema (as opposed to the
version number of the specification itself). |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.getCases(String, String)
superseded by getCases(YSpecificationID, String) |
org.yawlfoundation.yawl.elements.YAtomicTask.getDataMappingsForEnablement()
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.elements.YAWLServiceGateway.getEnablementParameterNames()
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.elements.YAWLServiceGateway.getEnablementParameters()
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.getMITaskAttributes(String, String, String)
superseded by getMITaskAttributes(YSpecificationID, String, String) -
this version should be used for pre-2.0 schema-based specifications only |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceBWebsideController.getModel()
use getIBCache() instead |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.getSpecification(String, String)
superseded by getSpecification(YSpecificationID, String) |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceBWebsideController.getSpecificationData(String, String)
superseded by getSpecificationData(YSpecificationID, String) |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.getSpecificationDataSchema(String, String)
superseded by getSpecificationDataSchema(YSpecificationID, String) |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceBWebsideController.getTaskInformation(String, String, String)
superseded by getTaskInformation(YSpecificationID, String, String) |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.getTaskInformationStr(String, String, String)
superseded by getTaskInformationStr(YSpecificationID, String, String)
- this version should be used for pre-2.0 schema-based specifications only |
org.yawlfoundation.yawl.engine.interfce.WorkItemRecord.getWhoStartedMe()
- use getStartedBy() |
org.yawlfoundation.yawl.engine.interfce.WorkItemRecord.getWorkItemData()
- use getDataList() |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.launchCase(String, String, String)
superseded by launchCase(YSpecificationID, String, String) |
org.yawlfoundation.yawl.engine.interfce.interfaceB.InterfaceB_EnvironmentBasedClient.launchCase(String, String, String, String)
superseded by launchCase(YSpecificationID, String, String) |
org.yawlfoundation.yawl.elements.YAtomicTask.prepareEnablementData()
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.util.DOMUtil.removeEmptyElements(Node)
|
org.yawlfoundation.yawl.engine.interfce.WorkItemRecord.setAssignedTo(String)
|
org.yawlfoundation.yawl.elements.YSpecification.setBetaVersion(String)
since v2.0: use setVersion() instead. |
org.yawlfoundation.yawl.elements.YAtomicTask.setDataMappingsForEnablement(Map)
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.elements.YAWLServiceGateway.setEnablementParameter(YParameter)
Since 2.0, enablement mappings have no function. |
org.yawlfoundation.yawl.engine.interfce.interfaceA.InterfaceA_EnvironmentBasedClient.unloadSpecification(String, String)
superceded by unloadSpecification(YSpecificationID, String) - this
version is appropriate for pre-2.0 schema-based specs only |
org.yawlfoundation.yawl.engine.interfce.interfaceA.InterfaceA_EnvironmentBasedClient.uploadSpecification(String, String, String)
use uploadSpecification(String, String) instead (since 2.0) |