Uses of Interface
org.ow2.bonita.facade.def.majorElement.PackageDefinition

Packages that use PackageDefinition
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.def.majorElement Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI. 
 

Uses of PackageDefinition in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that return PackageDefinition
 PackageDefinition QueryDefinitionAPI.getLastPackage(java.lang.String packageId)
          Returns the last deployed package for the specified package id.
 PackageDefinition QueryDefinitionAPI.getPackage(PackageDefinitionUUID packageDefinitionUUID)
          Returns the package definition for the specified packageDefintion UUID.
 

Methods in org.ow2.bonita.facade that return types with arguments of type PackageDefinition
 java.util.Set<PackageDefinition> QueryDefinitionAPI.getPackages()
          Returns the set of definition informations for all packages that have ever been deployed.
 java.util.Set<PackageDefinition> QueryDefinitionAPI.getPackages(PackageDefinition.PackageState state)
          Returns the set of definition informations for all packages having the given state.
 java.util.Set<PackageDefinition> QueryDefinitionAPI.getPackages(java.lang.String packageId)
          Returns the set of definition informations on all versions of packages with the specified package Id that have ever been deployed.
 java.util.Set<PackageDefinition> QueryDefinitionAPI.getPackages(java.lang.String packageId, PackageDefinition.PackageState state)
          Returns the set of definition informations for packages with the given state and the given package Id.
 

Uses of PackageDefinition in org.ow2.bonita.facade.def.majorElement
 

Subinterfaces of PackageDefinition in org.ow2.bonita.facade.def.majorElement
 interface PackageFullDefinition
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.