com.ibm.wsspi.sca.metadata.bpc
Interface BFMComponentInfo
All Superinterfaces:
- public interface BFMComponentInfo
- extends ComponentInfo
Since:
7.5.1.0
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getModeledDisplayId(java.lang.String displayId)
Helper method to return the modeled display id for any display id passed
as parameter.
|
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:
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