Uses of Class
org.apache.ode.bpel.iapi.ProcessConf.CLEANUP_CATEGORY

Packages that use ProcessConf.CLEANUP_CATEGORY
org.apache.ode.bpel.iapi   
 

Uses of ProcessConf.CLEANUP_CATEGORY in org.apache.ode.bpel.iapi
 

Methods in org.apache.ode.bpel.iapi that return ProcessConf.CLEANUP_CATEGORY
static ProcessConf.CLEANUP_CATEGORY ProcessConf.CLEANUP_CATEGORY.fromString(java.lang.String lowerCase)
           
static ProcessConf.CLEANUP_CATEGORY ProcessConf.CLEANUP_CATEGORY.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessConf.CLEANUP_CATEGORY[] ProcessConf.CLEANUP_CATEGORY.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ode.bpel.iapi that return types with arguments of type ProcessConf.CLEANUP_CATEGORY
 java.util.Set<ProcessConf.CLEANUP_CATEGORY> ProcessConf.CleanupInfo.getCategories()
           
 java.util.Set<ProcessConf.CLEANUP_CATEGORY> ProcessConf.getCleanupCategories(boolean instanceSucceeded)
           
 

Methods in org.apache.ode.bpel.iapi with parameters of type ProcessConf.CLEANUP_CATEGORY
 boolean ProcessConf.isCleanupCategoryEnabled(boolean instanceSucceeded, ProcessConf.CLEANUP_CATEGORY category)
           
 



Copyright © 2015 WSO2. All Rights Reserved.