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

All Known Implementing Classes:
BusinessServiceTemplate

public interface IBusinessServiceTemplate

Interface for a Business Service Template containing the module name, process name, version and category.

©2011 TIBCO Software Inc.

Since:
1.2.0

Method Summary
 java.lang.String getCategory()
          Get the category of the Business Service.
 java.lang.String getModuleName()
          Get the module name for the Business Service.
 java.lang.String getProcessName()
          Get the process name for the Business Service.
 java.lang.String getVersion()
          Get the version for the Business Service.
 

Method Detail

getModuleName

java.lang.String getModuleName()
Get the module name for the Business Service.

Returns:
module name of the service.

getProcessName

java.lang.String getProcessName()
Get the process name for the Business Service.

Returns:
process name for the service.

getVersion

java.lang.String getVersion()
Get the version for the Business Service.

Returns:
the version of the service.

getCategory

java.lang.String getCategory()
Get the category of the Business Service.

Returns:
the category of the service.


Copyright © 2015 TIBCO Software Inc. All Rights Reserved.