com.ibm.wsspi.sca.metadata.bpc

Interface HTMComponentInfo

All Superinterfaces:
ComponentInfo, ItemInfo

  1. public interface HTMComponentInfo
  2. extends ComponentInfo
Interface that represent the information from a SCA task component.
Since:
7.5.1.0
See Also:
ComponentInfo

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. HumanTask
getTask()
Methods inherited from interface com.ibm.wsspi.sca.metadata.ComponentInfo
getImplementationType, getReferences
Methods inherited from interface com.ibm.wsspi.sca.metadata.ItemInfo
getDescription, getDisplayName, getInterface, getInterfaces, getName

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getTask

  1. HumanTask getTask()