com.ibm.wsspi.sca.metadata.bpc

Interface BFMComponentInfo

All Superinterfaces:
ComponentInfo, ItemInfo

  1. public interface BFMComponentInfo
  2. extends ComponentInfo
Interface that represent the information from a SCA process 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. java.lang.String
getModeledDisplayId(java.lang.String displayId)
Helper method to return the modeled display id for any display id passed as parameter.
  1. Process
getProcess()
Method that returns the detailed information about a process component.
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

getModeledDisplayId

  1. java.lang.String getModeledDisplayId( java.lang.String displayId)
Helper method to return the modeled display id for any display id passed as parameter. If the passed display id is already a modeled display id, the display id will be returned. If the display id is a generated one, than the modeled display, the generated one belongs to, will be returned.
Parameters:
displayId - Display id for which the modeled display id needs to be retrieved.
Returns:
String Modeled display id that belongs to the display id passed as parameter.

getProcess

  1. Process getProcess()
Method that returns the detailed information about a process component.
Returns:
Process [@link Process} with the detailed information about a process component.
See Also:
Process