|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPluginDependency
This interface will be used by DM to get plugin-specific dependencies
| Method Summary | |
|---|---|
void |
getDependees(IDependencyRule ruleObj,
IInfoStore infoStore,
IInfoObject inputObj,
java.util.Set dependeeIDs,
java.util.Set dependeeCUIDs)
Used by DM to get plugin-specific immediate dependees Note: DM only needs dependee IDs/CUIDs, not the objects. |
void |
getDependees(IDependencyRule ruleObj,
IInternalObjectManager objectMgr,
IInfoObject inputObj,
java.util.Set dependeeIDs,
java.util.Set dependeeCUIDs)
Used by DM to get plugin-specific immediate dependencies Note: DM only needs dependee IDs/CUIDs, not the objects. |
| Method Detail |
|---|
void getDependees(IDependencyRule ruleObj,
IInfoStore infoStore,
IInfoObject inputObj,
java.util.Set dependeeIDs,
java.util.Set dependeeCUIDs)
throws SDKException
Note: DM only needs dependee IDs/CUIDs, not the objects. Don't do unnecessary queries
infoStore - an IInfoStore object used by plugin
to query info objects needed towards calcuating dependenciesruleObj - the dependency rule object used to get the dependenciesinputObj - the info object we are trying to get dependencies fordependeeIDs - dependency object ID set for the input objectnewCUIDs - dependency object CUID set for the input object
SDKException - This is thrown if the process is unsuccessful
OMException - This is thrown if the process is unsuccessful
void getDependees(IDependencyRule ruleObj,
IInternalObjectManager objectMgr,
IInfoObject inputObj,
java.util.Set dependeeIDs,
java.util.Set dependeeCUIDs)
throws SDKException
Note: DM only needs dependee IDs/CUIDs, not the objects. Don't do unnecessary queries
objectMgr - an IObjectManager object used by plugin
to query info objects needed towards calculating dependenciesruleObj - the dependency rule object used to get the dependenciesinputObj - the info object we are trying to get dependencies fordependeeIDs - dependency object ID set for the input objectdependeeCUIDs - dependency object CUID set for the input object
SDKException - This is thrown if the process is unsuccessful
OMException - This is thrown if the process is unsuccessful
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||