Collaboration area operations - script to Java migration
The migration tables list the script operations that map to Collaboration area Java™ API methods.
Catalog
| Script operation | Java method |
|---|---|
| Container.isEntryCheckedOutForPrimaryKey | isItemCheckedOut(String pk) |
Category
| Script operation | Java method |
|---|---|
| getCheckedOutEntryColAreas | getCollaborationAreas() |
| Container.getCheckedOutEntryCol AreasByPrimaryKey | getCollaborationAreas |
| Entry.isEntryCheckedOut | isCheckedOut |
CategoryCollaborationArea
| Script operation | Java method |
|---|---|
| getColAreaSrcContainer | getSourceHierarchy |
checkoutEntries |
checkout |
dropEntries |
drop |
| Container.getEntryByPrimaryKey | getCheckedOutCategory |
| Container.getEntrySetForPrimaryKeys | getCheckedOutCategories |
| getEntries | getCheckedOutCategories |
| getCountOfEntriesInColArea | getNumberOfCheckedOutCategories |
| publishEntriesToSrcContainer | interimCheckin |
| addEntryIntoColArea | addIntoToCollaborationArea |
moveEntryToNextStep |
moveToNextStep |
CollaborationArea
| Script operation | Java method |
|---|---|
| getColAreaSrcContainer.getContainerType | getType |
| getColAreaWorkflow | getWorkflow |
getColAreaAdminRoles |
getAdministrators |
setColAreaAdminRoles |
setAdministrators |
Container.disableContainer |
getProcessingOptions |
Container.setContainerAttribute |
setPostScript |
| getColAreaName | getName |
getWflStepsForRole |
getSteps(Performer) |
| isColAreaLocked | isLocked |
| lockColArea | lock |
| unlockColArea | unlock |
| saveColArea | save |
| setAccessControlGroup | setAccessControlGroup |
CollaborationAreaManager
| Script operation | Java method |
|---|---|
| CollaborationArea() | createItemCollaborationArea |
getColAreaNamesForUser |
getCollaborationAreas(Performer) |
| getColAreaByName | getCollaborationArea |
CollaborationCategory
| Script operation | Java method |
|---|---|
collabArea.getColAreaSrcContainer() |
getSourceCategory |
CollaborationItem
| Script operation | Java method |
|---|---|
collabArea.getColAreaSrcContainer() |
getSourceItem |
CollaborationHistoryEvent
| Script operation | Java method |
|---|---|
| getColAreaHistoryDate | getDate |
| getColAreaHistoryEntryKey | getPrimaryKey |
| getColAreaHistoryEventType | getType |
| getColAreaHistoryEventAttribute | getComment |
| getColAreaHistoryUser | getUser |
| getColAreaHistoryStepPath | getCollaborationStep |
CollaborationStep
| Script operation | Java method |
|---|---|
getEntriesInStep |
getContents |
| getCountOfEntriesInColAreaStep | getContents().size |
| getItemsInStepByAttributeValue | getContentsByAttributeValue |
| getItemsInStepBySelection | getContents(Selection) |
| getReservedEntriesInStep | getReservedObjects |
| getUsernameForReservedEntryInStep | getUserWhoReserved(CollaborationObject) |
| getStepEntryTimeout | getTimeout |
| setStepEntryTimeout | setTimeout |
| getWflStepItemsByAttributeValue | getContentsByAttributeValue |
| releaseEntryInStep | release |
| reserveEntryInStep | reserve |
Hierarchy
| Script operation | Java method |
|---|---|
| Container.isEntryCheckedOutForPrimaryKey | isCategoryCheckedOut(String pk) |
Item
| Script operation | Java method |
|---|---|
| getCheckedOutEntryColAreas | getCollaborationAreas() |
Container.getCheckedOutEntryCol |
getCollaborationAreas |
| Entry.isEntryCheckedOut | isCheckedOut |
ItemCollaborationArea
| Script operation | Java method |
|---|---|
| moveEntriesToColArea | moveItemsToOtherCollaborationArea |
| moveEntryToColArea | moveItemToOtherCollaborationArea |
| getColAreaSrcContainer | getSourceCatalog |
checkoutEntries |
checkout |
dropEntries |
drop |
| Container.getEntryByPrimaryKey | getCheckedOutItem(String primaryKey) |
| Container.getEntrySetForPrimaryKeys | getCheckedOutItems(List<String> primaryKeys); |
| getCountOfEntriesInColArea | getNumberOfCheckedOutItems |
| publishEntriesToSrcContainer | interimCheckin |
| getEntries | getCheckedOutItems() |
| addEntryIntoColArea | addIntoToCollaborationArea |
moveEntryToNextStep |
moveToNextStep |