it.eng.spago.workflow.shark.impl
Class SharkWorkflowPackageImpl
java.lang.Object
it.eng.spago.workflow.shark.impl.SharkWorkflowPackageImpl
public class SharkWorkflowPackageImpl
- extends java.lang.Object
- Author:
- zoppello
This class is the implementation of IWorkflowPackage for Shark workflow Engine
Constructor Summary |
SharkWorkflowPackageImpl(java.lang.String packageid,
java.lang.String version,
java.lang.String packageDefinitionFileName)
Constructor it takes in input the package identifier, the package version, the fileName tha define package |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharkWorkflowPackageImpl
public SharkWorkflowPackageImpl(java.lang.String packageid,
java.lang.String version,
java.lang.String packageDefinitionFileName)
- Constructor it takes in input the package identifier, the package version, the fileName tha define package
- Parameters:
packageid
- the package identifierversion
- the package versionpackageDefinitionFileName
- the fileName tha define package
getPackageID
public java.lang.String getPackageID()
- See Also:
it.eng.spago.workflow.api.IWorkflowPackage#getPackageID()
getPackageVersion
public java.lang.String getPackageVersion()
- See Also:
it.eng.spago.workflow.api.IWorkflowPackage#getPackageVersion()
getPackageDefinitionFileName
public java.lang.String getPackageDefinitionFileName()
- See Also:
it.eng.spago.workflow.api.IWorkflowPackage#getPackageDefinitionFileName()
isReferenced
public boolean isReferenced()
throws WorkflowEngineException
- Throws:
WorkflowEngineException
- See Also:
it.eng.spago.workflow.api.IWorkflowPackage#isReferenced()