|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageDef
Nested Class Summary | |
---|---|
static class |
PackageDef.GraphConformance
|
static class |
PackageDef.PackageState
|
static class |
PackageDef.PublicationStatus
|
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Name of the author of this package definition. |
java.util.Set<java.lang.String> |
getClassDependencies()
Returns class dependencies (java classes for hooks, mappers, performer assignments) for this package. |
java.lang.String |
getCodepage()
The codepage used for the text parts. if codepage is omitted, then UFT-8 is assumed. |
PackageDef.GraphConformance |
getConformanceClass()
FULL-BLOCKED The network structure is restricted to proper nesting of SPLIT/JOIN and loops. |
java.lang.String |
getCostUnit()
Units used in Simulation Data (Usually expressed in terms of a currency) |
java.lang.String |
getCountrykey()
Country code based on ISO 3166. |
java.lang.String |
getCreated()
Creation date of Package Definition. |
java.lang.String |
getDeployedBy()
Returns the user deploying the package. |
java.util.Date |
getDeployedDate()
Returns the date when the package is deployed. |
java.lang.String |
getDeploymentId()
A package can be deployed and then undeployed several times. |
java.lang.String |
getDescription()
Textual description of the package |
java.lang.String |
getDocumentation()
Operating System specific path- and filename of help file/description file. |
java.util.Set<org.ow2.bonita.facade.def.element.ExternalPackageDef> |
getExternalPackages()
Reference to another Package definition defined in a separate document. |
java.util.Set<java.lang.String> |
getPackageDependencies()
If the package has subflows and the process definition for these subflows are defined in others package definitions then it is not possible to undeploy these packages until this package is itself undeployed. |
java.lang.String |
getPriorityUnit()
A text string with user defined semantics. |
PackageDef.PublicationStatus |
getPublicationStatus()
Status of the Process Definition. |
java.util.Set<java.lang.String> |
getResponsibles()
Participant, who is responsible for this process; the supervisor during run time Link to entity participant. |
java.lang.String |
getScriptGrammar()
This is a reference to a document that specifies the grammar of the language. |
java.lang.String |
getScriptType()
Identifies the scripting language used in expressions. |
java.lang.String |
getScriptVersion()
This is the version of the scripting language. |
java.util.Set<org.ow2.bonita.facade.def.element.TypeDeclarationDef> |
getTypeDeclarations()
A list of Data Types used in the package. |
java.lang.String |
getUndeployedBy()
Returns the user undeploying the package. |
java.util.Date |
getUndeployedDate()
Returns the date where the package is undeployed. |
java.lang.String |
getVendor()
Defines the origin of this model definition and contains vendor's name, vendor's product name and product's release number. |
java.lang.String |
getVersion()
Version of this Package Definition. |
java.lang.String |
getXPDLVersion()
Returns the version of the XPDL specification supported by the workflow engine. |
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord |
---|
getName |
Methods inherited from interface org.ow2.bonita.facade.Record |
---|
getId, getPackageId |
Method Detail |
---|
java.lang.String getDeploymentId()
Record
getDeploymentId
in interface Record
java.util.Date getDeployedDate()
java.util.Date getUndeployedDate()
java.lang.String getDeployedBy()
java.lang.String getUndeployedBy()
java.lang.String getXPDLVersion()
java.lang.String getVendor()
java.lang.String getCreated()
java.lang.String getDescription()
java.lang.String getDocumentation()
java.lang.String getPriorityUnit()
java.lang.String getCostUnit()
java.lang.String getAuthor()
java.lang.String getVersion()
java.lang.String getCodepage()
java.lang.String getCountrykey()
java.util.Set<java.lang.String> getResponsibles()
PackageDef.PublicationStatus getPublicationStatus()
PackageDef.GraphConformance getConformanceClass()
java.lang.String getScriptType()
java.lang.String getScriptVersion()
java.lang.String getScriptGrammar()
java.util.Set<org.ow2.bonita.facade.def.element.ExternalPackageDef> getExternalPackages()
java.util.Set<org.ow2.bonita.facade.def.element.TypeDeclarationDef> getTypeDeclarations()
java.util.Set<java.lang.String> getPackageDependencies()
java.util.Set<java.lang.String> getClassDependencies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |