IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata.bpc
Interface BFMComponentInfo

All Superinterfaces:
ComponentInfo, ItemInfo

public interface BFMComponentInfo
extends ComponentInfo

Interface that represent the information from a SCA process component.

Since:
7.5.1.0
See Also:
ComponentInfo

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getModeledDisplayId(java.lang.String displayId)
          Helper method to return the modeled display id for any display id passed as parameter.
 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

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getModeledDisplayId

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

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

IBM WebSphere Application ServerTM
Release 8