org.wso2.carbon.governance.api.workflows.dataobjects
Class Bpel

java.lang.Object
  extended by org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
      extended by 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.


Field Summary
 
Fields inherited from class org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
attributes
 
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, checkRegistryResourceAssociation, createVersion, detach, getAssociatedRegistry, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getPath, removeAttribute, setAttribute, setAttributes, setId, updatePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bpel

public Bpel()
Method Detail

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.