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

All Known Implementing Classes:
BusinessCategory

public interface IBusinessCategory

Interface for a Business Service category containing the name of the category and a list of any child categories.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Method Summary
 java.util.ArrayList<IBusinessCategory> getChildCategoryList()
          Get the child categories for this category.
 java.lang.String getName()
          Get the name of the category.
 

Method Detail

getChildCategoryList

java.util.ArrayList<IBusinessCategory> getChildCategoryList()
Get the child categories for this category.

Returns:
an ArrayList of IBusinessCategory containing the immediate child categories of this category.

getName

java.lang.String getName()
Get the name of the category.

Returns:
name of the category.


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