Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.mboard |
Modifier and Type | Interface and Description |
---|---|
interface |
MBFolderIdInterface |
Modifier and Type | Method and Description |
---|---|
MBObjectIdInterface |
MBItemInterface.getId() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends MBObjectIdInterface> |
MBManagerInterface.findFolderItemIds(MBFolderIdInterface folderId,
java.util.List<java.lang.String> contains)
Find Items inside folder - return only IDs
|
Modifier and Type | Method and Description |
---|---|
void |
MBManagerInterface.deleteItem(MBObjectIdInterface itemId)
Delete Item
|
MBItemInterface |
MBManagerInterface.getItem(MBObjectIdInterface objectId)
Get Item by object id
|