Uses of Class
com.saperion.ngc.model.FolderId
-
Packages that use FolderId Package Description com.saperion.ngc.dialogs Package for client dialog classes.com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.iform Package for iform events.com.saperion.ngc.events.navigation Package for all navigation events.com.saperion.ngc.events.resultset Package for all resultset events.com.saperion.ngc.iform Package for main iForm components.com.saperion.ngc.model Package for model classes.com.saperion.ngc.model.navigation Package for navigation model classes.com.saperion.ngc.model.navigation.intf Package for navigation model interfaces.com.saperion.ngc.navigation Package for navigation component classes.com.saperion.ngc.resultset Package for resultset component classes. -
-
Uses of FolderId in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that return FolderId Modifier and Type Method Description FolderId
FolderBean. getId()
FolderId
FolderSelectionDialog.FolderSelectionEvent. getSelectedFolder()
Method parameters in com.saperion.ngc.dialogs with type arguments of type FolderId Modifier and Type Method Description static ContainedInFolderDialog
ContainedInFolderDialog. show(BaseWindow parent, java.util.List<FolderId> folders)
Opens the dialog and returns the selected workflow definition, the comment and the button that was pressed.static void
UnfileSelectDialog. show(ResultSetView parent, java.util.List<FolderId> folders, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener)
Opens the dialog and returns the selected workflow definition, the comment and the button that was pressed.Constructors in com.saperion.ngc.dialogs with parameters of type FolderId Constructor Description FolderBean(FolderId folderId)
Constructor.FolderSelectionEvent(FolderId id)
-
Uses of FolderId in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return FolderId Modifier and Type Method Description FolderId
UploadSuccessEvent. getFolderId()
Methods in com.saperion.ngc.events with parameters of type FolderId Modifier and Type Method Description void
BaseWindow. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)
Post a AddLinkEvent.void
EventChildHandler. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)
Post a AddLinkEvent.void
EventChildHandlerImpl. postAddLinkEvent(java.lang.String name, NavigationNode parentNode, FolderId destination)
Post a AddLinkEvent.void
BaseWindow. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> acls)
Posts a ChangeFolderSecurityEvent.void
EventChildHandler. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)
Posts a ChangeFolderSecurityEvent.void
EventChildHandlerImpl. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)
Posts a ChangeFolderSecurityEvent.void
BaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
BaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
BaseWindow. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
void
EventChildHandler. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
void
EventChildHandlerImpl. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
void
BaseWindow. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.void
EventChildHandler. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.void
EventChildHandlerImpl. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Posts a tab selected event.void
BaseWindow. postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.void
EventChildHandler. postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.void
EventChildHandlerImpl. postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.Method parameters in com.saperion.ngc.events with type arguments of type FolderId Modifier and Type Method Description void
BaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
BaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.void
EventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, java.util.Map<FolderId,java.lang.String> masks, FileActionEvent.FileAction action, FolderId fileParent)
Posts a file action event.Constructors in com.saperion.ngc.events with parameters of type FolderId Constructor Description UploadSuccessEvent(org.zkoss.zk.ui.Component target, FolderId folderId)
Constructor. -
Uses of FolderId in com.saperion.ngc.events.iform
Methods in com.saperion.ngc.events.iform that return FolderId Modifier and Type Method Description FolderId
FilePreviewEvent. getFileFolder()
FolderId
ResultFieldEvent. getFileParent()
Methods in com.saperion.ngc.events.iform with parameters of type FolderId Modifier and Type Method Description void
ResultFieldEvent. setFileParent(FolderId parent)
Sets the file parent folder.Constructors in com.saperion.ngc.events.iform with parameters of type FolderId Constructor Description FilePreviewEvent(FolderId fileFolder, org.zkoss.zk.ui.Component target)
Constructor. -
Uses of FolderId in com.saperion.ngc.events.navigation
Methods in com.saperion.ngc.events.navigation that return FolderId Modifier and Type Method Description FolderId
FolderSearchInfos. getContainingFolder()
FolderId
AddLinkEvent. getDestination()
FolderId
ChangeFolderSecurityEvent. getFolderId()
FolderId
EditFolderEvent. getFolderId()
FolderId
SaveFolderEvent. getFolderId()
FolderId
SelectTreeItemEvent. getFolderId()
FolderId
TabSelectedEvent. getFolderObjectId()
FolderId
FolderSearchInfos. getNavigationParent()
Methods in com.saperion.ngc.events.navigation that return types with arguments of type FolderId Modifier and Type Method Description java.util.Set<FolderId>
DocumentFilingEvent. getFolderIds()
Constructors in com.saperion.ngc.events.navigation with parameters of type FolderId Constructor Description AddLinkEvent(org.zkoss.zk.ui.Component target, java.lang.String name, NavigationNode parent, FolderId destination)
Constructor.ChangeFolderSecurityEvent(org.zkoss.zk.ui.Component target, FolderId folderId, java.util.Set<java.lang.String> aclNames)
Creates a new DocumentFilingEvent for actions ADD_TO_FOLDER and REMOVE_FROM_FOLDER.EditFolderEvent(org.zkoss.zk.ui.Component target, FolderId folderId, java.lang.String maskName)
Constructor.FolderSearchInfos(FolderId navigationParentNode, FolderId containingFolder, FolderSearchInfos.FolderSearchMode searchMode)
Constructor.SaveFolderEvent(org.zkoss.zk.ui.Component target, FolderId folderId, IFormPopupResult formResult)
Constructor.SelectTreeItemEvent(org.zkoss.zk.ui.Component target, FolderId folderId, SelectTreeItemEvent.Destination destination)
TabSelectedEvent(org.zkoss.zk.ui.Component target, FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
Constructor. -
Uses of FolderId in com.saperion.ngc.events.resultset
Methods in com.saperion.ngc.events.resultset that return FolderId Modifier and Type Method Description FolderId
FileActionEvent. getFileParent()
Methods in com.saperion.ngc.events.resultset that return types with arguments of type FolderId Modifier and Type Method Description java.util.Map<FolderId,java.lang.String>
FileActionEvent. getFolders()
java.util.Map<FolderId,java.lang.String>
FileActionEvent. getOverrideMasks()
Constructors in com.saperion.ngc.events.resultset with parameters of type FolderId Constructor Description FileActionEvent(org.zkoss.zk.ui.Component target, java.util.Map<FolderId,java.lang.String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
Constructor.FileActionEvent(org.zkoss.zk.ui.Component target, java.util.Map<FolderId,java.lang.String> folderMap, java.util.Map<FolderId,java.lang.String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
Constructor.Constructor parameters in com.saperion.ngc.events.resultset with type arguments of type FolderId Constructor Description FileActionEvent(org.zkoss.zk.ui.Component target, java.util.Map<FolderId,java.lang.String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
Constructor.FileActionEvent(org.zkoss.zk.ui.Component target, java.util.Map<FolderId,java.lang.String> folderMap, java.util.Map<FolderId,java.lang.String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
Constructor. -
Uses of FolderId in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform with parameters of type FolderId Modifier and Type Method Description FolderInfo
IntelligentFormPresenter. getFolderInfos(FolderId folderId)
Retrieves information about the specified folder.static org.zkoss.zk.ui.Component
IntelligentFormPopupWindow. show(java.lang.String title, FolderId id, boolean highlighted, boolean closable)
Creates and shows the IntelligentFormPopupWindow without a predefined mask.static org.zkoss.zk.ui.Component
IntelligentFormPopupWindow. show(java.lang.String title, FolderId id, boolean highlighted, boolean closable, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> createdListener)
Creates and shows the IntelligentFormPopupWindow without a predefined mask. -
Uses of FolderId in com.saperion.ngc.model
Method parameters in com.saperion.ngc.model with type arguments of type FolderId Modifier and Type Method Description static java.util.List<java.lang.String>
FolderId. convertToObjectIdList(java.util.List<FolderId> list)
Converts to a list of object id's.static java.util.List<java.lang.String>
FolderId. convertToRevisionIdList(java.util.List<FolderId> list)
/**Converts to a list of revision id's. -
Uses of FolderId in com.saperion.ngc.model.navigation
Methods in com.saperion.ngc.model.navigation that return FolderId Modifier and Type Method Description FolderId
NavigationClassicConnectorService. addFavoriteFolder(java.lang.String name, java.util.Properties props, java.lang.String content)
Adds a new node to the favorite folder with the given name, properties and content.FolderId
NavigationService. addFavoriteFolder(java.lang.String name, java.util.Properties props, java.lang.String content)
Adds a new node to the favorite folder with the given name, properties and content.FolderId
ClassicConnectorFolderInfo. getFolderId()
FolderId
FolderUploadInfos. getFolderId()
FolderId
FolderNode. getId()
Returns the node/folder identifier.FolderId
NavigationClassicConnectorService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.FolderId
NavigationService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.Methods in com.saperion.ngc.model.navigation that return types with arguments of type FolderId Modifier and Type Method Description java.util.List<FolderId>
NavigationClassicConnectorService. getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.java.util.List<FolderId>
NavigationService. getDocumentFolders(DocumentId id)
Retrieves the folders that contain the specified document.Methods in com.saperion.ngc.model.navigation with parameters of type FolderId Modifier and Type Method Description NavigationNode
NavigationClassicConnectorService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationService. addLinkFolder(NavigationNode node, java.lang.String childName, FolderId destination)
Adds a link folder with the given name to the node and returns the result containing the new child.NavigationNode
NavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.NavigationNode
NavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)
Copies a folder to the specified location.void
NavigationClassicConnectorService. deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.void
NavigationService. deleteFolderById(FolderId id)
Deletes the folder identified by the specified id.java.util.List<java.lang.String>
NavigationClassicConnectorService. getFolderAcl(FolderId folderId)
Gets ACL for folder.java.util.List<java.lang.String>
NavigationService. getFolderAcl(FolderId folderId)
Gets ACL for folder.FolderNode
NavigationClassicConnectorService. getFolderById(FolderId id)
Search a folder by id.FolderNode
NavigationService. getFolderById(FolderId id)
Search a folder by id.java.util.List<FolderInfo>
NavigationClassicConnectorService. getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.java.util.List<FolderInfo>
NavigationService. getFolderChildren(FolderId id)
Retrieves the children of the folder identified by the specified id.FolderInfo
NavigationClassicConnectorService. getFolderInfo(FolderId id)
Retrieves information about the specified folder.FolderInfo
NavigationService. getFolderInfo(FolderId id)
Retrieves information about the specified folder.NavigationTree
NavigationClassicConnectorService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at. NavigationTree
NavigationService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)
Generates a folder tree stated at. void
NavigationClassicConnectorService. moveFolder(FolderId folderId, FolderId targetFolderId, FolderId beforeFolderId)
Moves folder.void
NavigationService. moveFolder(FolderId folderId, FolderId targetFolderId, FolderId beforeFolderId)
Moves folder.FolderId
NavigationClassicConnectorService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.FolderId
NavigationService. resolveLink(FolderId linkId)
Resolves a link folder and returns the link destination.void
NavigationClassicConnectorService. setFolderAcl(FolderId folderId, java.lang.String acl)
Sets ACL for folder.void
NavigationService. setFolderAcl(FolderId folderId, java.lang.String acl)
Sets ACL for folder.void
FolderUploadInfos. setFolderId(FolderId id)
Sets the folder id.void
FolderNode. setId(FolderId id)
Sets the ID of this node.void
NavigationClassicConnectorService. updateFolder(FolderId id, java.util.Properties nameValuePairs)
Updates the properties of a folder.void
NavigationService. updateFolder(FolderId id, java.util.Properties nameValuePairs)
Updates the properties of a folder.Method parameters in com.saperion.ngc.model.navigation with type arguments of type FolderId Modifier and Type Method Description void
NavigationClassicConnectorService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)
Adds documents to the specified folders.void
NavigationService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)
Adds documents to the specified folders.void
NavigationClassicConnectorService. removeFromFolder(java.util.Set<FolderId> folderSysRowIds, DocumentId documentId)
Removes the specified document from a folder.void
NavigationService. removeFromFolder(java.util.Set<FolderId> folderIds, DocumentId documentId)
Removes the specified document from a folder. -
Uses of FolderId in com.saperion.ngc.model.navigation.intf
Methods in com.saperion.ngc.model.navigation.intf that return FolderId Modifier and Type Method Description FolderId
FolderInfo. getFolderId()
FolderId
NavigationNode. getId()
Returns the node/folder identifier.Methods in com.saperion.ngc.model.navigation.intf with parameters of type FolderId Modifier and Type Method Description void
NavigationNode. setId(FolderId folderId)
Sets the ID of this node. -
Uses of FolderId in com.saperion.ngc.navigation
Methods in com.saperion.ngc.navigation with parameters of type FolderId Modifier and Type Method Description NavigationNode
NavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)
Copies a node.NavigationNode
NavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)
void
NavigationPresenter. deleteNodeById(FolderId id)
Deletes the specified folder.NaviTreeNode
NavigationView. findFolder(FolderId id)
Finds the folder with the specified id.NaviTreeNode
NavigationViewImpl. findFolder(FolderId id)
Finds the folder with the specified id.FolderNode
NavigationPresenter. getFolderById(FolderId id)
Returns the folder with the specified id.FolderInfo
NavigationPresenter. getFolderInfo(FolderId id)
Returns infos about the specified folder.java.lang.String
NavigationPresenter. getPathById(FolderId id)
Returns the absolute path of the node with the specified id.void
NavigationPresenter. lockFolder(FolderId id)
Locks the specified folder.void
NavigationView. openFolderPropertyMask(FolderId folderId, java.lang.String maskName)
Opens the mask to edit the folder's properties.void
NavigationView. openFolderPropertyMask(FolderId folderId, java.lang.String maskName, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> cancelEventListener, java.lang.String windowTitle)
Opens the mask to edit the folders's properties.void
NavigationViewImpl. openFolderPropertyMask(FolderId folderId, java.lang.String maskName)
Opens the mask to edit the folder's properties.void
NavigationViewImpl. openFolderPropertyMask(FolderId folderId, java.lang.String maskName, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> cancelListener, java.lang.String windowTitle)
Opens the mask to edit the folders's properties.void
NavigationView. removeNode(FolderId id)
Removes the node identified by the specified id from the view.void
NavigationViewImpl. removeNode(FolderId id)
Removes the node identified by the specified id from the view.void
NavigationView. showNode(FolderId folderId)
Assures that the node with the specified path is visible in the navigation view.void
NavigationViewImpl. showNode(FolderId folderId)
Assures that the node with the specified path is visible in the navigation view.void
NavigationPresenter. unlockFolder(FolderId id)
Unlocks the specified folder.void
NavigationPresenter. updateFolder(FolderId id, java.util.Properties nameValuePairs, java.util.List<com.saperion.bean.ContentStream> thumbnails, int selectedImage)
Updates a folder's properties. -
Uses of FolderId in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return FolderId Modifier and Type Method Description FolderId
ResultSetViewImpl. getFileParent()
Methods in com.saperion.ngc.resultset that return types with arguments of type FolderId Modifier and Type Method Description java.util.List<FolderId>
ResultSetPresenter. getDocumentFolders(DocumentId documentId)
Retrieves the folders that contain the specified document.Methods in com.saperion.ngc.resultset with parameters of type FolderId Modifier and Type Method Description void
ResultSetViewImpl. setFileParent(FolderId parent)
Sets the folder this result list is using.Method parameters in com.saperion.ngc.resultset with type arguments of type FolderId Modifier and Type Method Description void
ResultSetPresenter. removeFromFolder(DocumentId documentId, java.util.Set<FolderId> folderIDs)
Removes the documents from the specified folder.
-