| Modifier and Type | Method and Description |
|---|---|
ObjectBrowser |
ObjectBrowser.addCuids(Collection<String> cuids)
Adds all objects identified by specified cuid(s) as primary resources.
|
ObjectBrowser |
ObjectBrowser.addCuids(String... cuids)
Adds all objects identified by specified cuid(s) as primary resources.
|
ObjectBrowser |
ObjectBrowser.addObjects(Collection<IInfoObject> objects)
Adds all specified objects as primary resources.
|
ObjectBrowser |
ObjectBrowser.addObjects(IInfoObject... objects)
Adds all specified objects as primary resources.
|
ObjectBrowser |
ObjectBrowser.addQuery(ObjectMatcher matcher)
Adds all objects denoted by specified matcher as primary resources.
|
ObjectBrowser |
ObjectBrowser.addQuery(String query)
Adds all objects returned by specified query as primary resources.
|
ObjectBrowser |
ObjectBrowser.clear()
Clears all previously selected resources.
|
ObjectBrowser |
ObjectBrowser.computeDependencies()
Requests for dependency computation for current set of primary resources.
|
ObjectBrowser |
ObjectBrowser.computeSecurityDependencies()
Requests for security dependency computation for current set of primary resources.
|
ObjectBrowser |
ObjectBrowser.removeCuids(Collection<String> cuids)
Removes objects of given cuids from current set of primary resources.
|
ObjectBrowser |
ObjectBrowser.removeCuids(String... cuids)
Removes objects of given cuids from current set of primary resources.
|
ObjectBrowser |
ObjectBrowser.removeObject(IInfoObject obj)
Removes given object from current set of primary resources.
|
ObjectBrowser |
PromoteScenario.setSource(IEnterpriseSession src)
Sets source system.
|
ObjectBrowser |
ExportScenario.setSource(IEnterpriseSession src)
Sets source system.
|