org.wso2.carbon.governance.api.workflows.dataobjects
Class Bpel
java.lang.Object
org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
org.wso2.carbon.governance.api.workflows.dataobjects.Bpel
public class Bpel
- extends GovernanceArtifact
This represents a BPEL artifact stored on the Registry. BPEL artifacts are created as a result of
importing or uploading a BPEL, or when a process which has an attached BPEL is created.
Constructor Summary |
Bpel()
|
Method Summary |
QName |
getQName()
Returns the QName of the artifact. |
Methods inherited from class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact |
addAttribute, associateRegistry, attach, attachLifecycle, checkRegistryResourceAssociation, create, create, createVersion, detach, getAssociatedRegistry, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleState, getPath, removeAttribute, setAttribute, setAttributes, setId, updatePath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bpel
public Bpel()
getQName
public QName getQName()
- Description copied from class:
GovernanceArtifact
- Returns the QName of the artifact.
- Specified by:
getQName
in class GovernanceArtifact
- Returns:
- the QName of the artifact
Copyright © 2011 WSO2 Inc. All Rights Reserved.