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. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
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