Uses of Interface
com.tibco.bpm.web.client.model.types.IBusinessCategory

Packages that use IBusinessCategory
com.tibco.bpm.web.client.model.types   
com.tibco.bpm.web.client.services.results   
 

Uses of IBusinessCategory in com.tibco.bpm.web.client.model.types
 

Classes in com.tibco.bpm.web.client.model.types that implement IBusinessCategory
 class BusinessCategory
           
 

Methods in com.tibco.bpm.web.client.model.types that return types with arguments of type IBusinessCategory
 java.util.ArrayList<IBusinessCategory> IBusinessCategory.getChildCategoryList()
          Get the child categories for this category.
 java.util.ArrayList<IBusinessCategory> BusinessCategory.getChildCategoryList()
           
 

Method parameters in com.tibco.bpm.web.client.model.types with type arguments of type IBusinessCategory
 void BusinessCategory.setChildCategoryList(java.util.ArrayList<IBusinessCategory> childCategoryList)
           
 

Constructor parameters in com.tibco.bpm.web.client.model.types with type arguments of type IBusinessCategory
BusinessCategory(java.util.ArrayList<IBusinessCategory> childCategoryList, java.lang.String name)
           
 

Uses of IBusinessCategory in com.tibco.bpm.web.client.services.results
 

Methods in com.tibco.bpm.web.client.services.results that return types with arguments of type IBusinessCategory
 java.util.ArrayList<IBusinessCategory> QueryCategoriesResult.getCategories()
          List of IBusinessCategory entries detailing the Business Service categories.
 java.util.ArrayList<IBusinessCategory> ListBusinessServiceCategoriesResult.getCategories()
          List of IBusinessCategory entries detailing the Business Service categories.
 

Constructor parameters in com.tibco.bpm.web.client.services.results with type arguments of type IBusinessCategory
ListBusinessServiceCategoriesResult(java.util.ArrayList<IBusinessCategory> categories)
           
QueryCategoriesResult(java.util.ArrayList<IBusinessCategory> categories)
           
 



Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.