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 FolderIdFolderBean. getId()FolderIdFolderSelectionDialog.FolderSelectionEvent. getSelectedFolder()Method parameters in com.saperion.ngc.dialogs with type arguments of type FolderId Modifier and Type Method Description static ContainedInFolderDialogContainedInFolderDialog. 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 voidUnfileSelectDialog. 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 FolderIdUploadSuccessEvent. getFolderId()Methods in com.saperion.ngc.events with parameters of type FolderId Modifier and Type Method Description voidBaseWindow. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)Post a AddLinkEvent.voidEventChildHandler. postAddLinkEvent(java.lang.String name, NavigationNode parent, FolderId destination)Post a AddLinkEvent.voidEventChildHandlerImpl. postAddLinkEvent(java.lang.String name, NavigationNode parentNode, FolderId destination)Post a AddLinkEvent.voidBaseWindow. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> acls)Posts a ChangeFolderSecurityEvent.voidEventChildHandler. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)Posts a ChangeFolderSecurityEvent.voidEventChildHandlerImpl. postChangeFolderSecurityEvent(FolderId folderId, java.util.Set<java.lang.String> aclNames)Posts a ChangeFolderSecurityEvent.voidBaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidBaseWindow. 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.voidEventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidEventChildHandler. 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.voidEventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidEventChildHandlerImpl. 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.voidBaseWindow. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)voidEventChildHandler. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)voidEventChildHandlerImpl. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)voidBaseWindow. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)Posts a tab selected event.voidEventChildHandler. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)Posts a tab selected event.voidEventChildHandlerImpl. postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)Posts a tab selected event.voidBaseWindow. postUploadSuccessEvent(FolderId folderId)Posts an upload success event.voidEventChildHandler. postUploadSuccessEvent(FolderId folderId)Posts an upload success event.voidEventChildHandlerImpl. 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 voidBaseWindow. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidBaseWindow. 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.voidEventChildHandler. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidEventChildHandler. 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.voidEventChildHandlerImpl. postFileActionEvent(java.util.Map<FolderId,java.lang.String> folders, FileActionEvent.FileAction action, FolderId fileParent)Posts a file action event.voidEventChildHandlerImpl. 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 FolderIdFilePreviewEvent. getFileFolder()FolderIdResultFieldEvent. getFileParent()Methods in com.saperion.ngc.events.iform with parameters of type FolderId Modifier and Type Method Description voidResultFieldEvent. 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 FolderIdFolderSearchInfos. getContainingFolder()FolderIdAddLinkEvent. getDestination()FolderIdChangeFolderSecurityEvent. getFolderId()FolderIdEditFolderEvent. getFolderId()FolderIdSaveFolderEvent. getFolderId()FolderIdSelectTreeItemEvent. getFolderId()FolderIdTabSelectedEvent. getFolderObjectId()FolderIdFolderSearchInfos. 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 FolderIdFileActionEvent. 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 FolderInfoIntelligentFormPresenter. getFolderInfos(FolderId folderId)Retrieves information about the specified folder.static org.zkoss.zk.ui.ComponentIntelligentFormPopupWindow. 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.ComponentIntelligentFormPopupWindow. 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 FolderIdNavigationClassicConnectorService. 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.FolderIdNavigationService. 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.FolderIdClassicConnectorFolderInfo. getFolderId()FolderIdFolderUploadInfos. getFolderId()FolderIdFolderNode. getId()Returns the node/folder identifier.FolderIdNavigationClassicConnectorService. resolveLink(FolderId linkId)Resolves a link folder and returns the link destination.FolderIdNavigationService. 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 NavigationNodeNavigationClassicConnectorService. 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.NavigationNodeNavigationService. 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.NavigationNodeNavigationClassicConnectorService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.NavigationNodeNavigationService. copyFolder(FolderId folderId, NavigationNode destinationNode, FolderId beforeChildId, boolean withDocuments)Copies a folder to the specified location.voidNavigationClassicConnectorService. deleteFolderById(FolderId id)Deletes the folder identified by the specified id.voidNavigationService. 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.FolderNodeNavigationClassicConnectorService. getFolderById(FolderId id)Search a folder by id.FolderNodeNavigationService. 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.FolderInfoNavigationClassicConnectorService. getFolderInfo(FolderId id)Retrieves information about the specified folder.FolderInfoNavigationService. getFolderInfo(FolderId id)Retrieves information about the specified folder.NavigationTreeNavigationClassicConnectorService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)Generates a folder tree stated at. NavigationTreeNavigationService. getFolderTree(FolderId root, com.saperion.rmi.SaQueryInfo filter)Generates a folder tree stated at. voidNavigationClassicConnectorService. moveFolder(FolderId folderId, FolderId targetFolderId, FolderId beforeFolderId)Moves folder.voidNavigationService. moveFolder(FolderId folderId, FolderId targetFolderId, FolderId beforeFolderId)Moves folder.FolderIdNavigationClassicConnectorService. resolveLink(FolderId linkId)Resolves a link folder and returns the link destination.FolderIdNavigationService. resolveLink(FolderId linkId)Resolves a link folder and returns the link destination.voidNavigationClassicConnectorService. setFolderAcl(FolderId folderId, java.lang.String acl)Sets ACL for folder.voidNavigationService. setFolderAcl(FolderId folderId, java.lang.String acl)Sets ACL for folder.voidFolderUploadInfos. setFolderId(FolderId id)Sets the folder id.voidFolderNode. setId(FolderId id)Sets the ID of this node.voidNavigationClassicConnectorService. updateFolder(FolderId id, java.util.Properties nameValuePairs)Updates the properties of a folder.voidNavigationService. 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 voidNavigationClassicConnectorService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)Adds documents to the specified folders.voidNavigationService. addToFolder(java.util.Set<FolderId> folderIds, java.util.Set<DocumentId> documentIDs)Adds documents to the specified folders.voidNavigationClassicConnectorService. removeFromFolder(java.util.Set<FolderId> folderSysRowIds, DocumentId documentId)Removes the specified document from a folder.voidNavigationService. 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 FolderIdFolderInfo. getFolderId()FolderIdNavigationNode. getId()Returns the node/folder identifier.Methods in com.saperion.ngc.model.navigation.intf with parameters of type FolderId Modifier and Type Method Description voidNavigationNode. 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 NavigationNodeNavigationPresenter. copyNode(FolderId folderId, NavigationNode parentNode, FolderId beforeChildId, boolean withDocuments)Copies a node.NavigationNodeNavigationPresenter. createLinkNode(NavigationNode parentNode, java.lang.String name, FolderId destination)voidNavigationPresenter. deleteNodeById(FolderId id)Deletes the specified folder.NaviTreeNodeNavigationView. findFolder(FolderId id)Finds the folder with the specified id.NaviTreeNodeNavigationViewImpl. findFolder(FolderId id)Finds the folder with the specified id.FolderNodeNavigationPresenter. getFolderById(FolderId id)Returns the folder with the specified id.FolderInfoNavigationPresenter. getFolderInfo(FolderId id)Returns infos about the specified folder.java.lang.StringNavigationPresenter. getPathById(FolderId id)Returns the absolute path of the node with the specified id.voidNavigationPresenter. lockFolder(FolderId id)Locks the specified folder.voidNavigationView. openFolderPropertyMask(FolderId folderId, java.lang.String maskName)Opens the mask to edit the folder's properties.voidNavigationView. 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.voidNavigationViewImpl. openFolderPropertyMask(FolderId folderId, java.lang.String maskName)Opens the mask to edit the folder's properties.voidNavigationViewImpl. 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.voidNavigationView. removeNode(FolderId id)Removes the node identified by the specified id from the view.voidNavigationViewImpl. removeNode(FolderId id)Removes the node identified by the specified id from the view.voidNavigationView. showNode(FolderId folderId)Assures that the node with the specified path is visible in the navigation view.voidNavigationViewImpl. showNode(FolderId folderId)Assures that the node with the specified path is visible in the navigation view.voidNavigationPresenter. unlockFolder(FolderId id)Unlocks the specified folder.voidNavigationPresenter. 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 FolderIdResultSetViewImpl. 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 voidResultSetViewImpl. 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 voidResultSetPresenter. removeFromFolder(DocumentId documentId, java.util.Set<FolderId> folderIDs)Removes the documents from the specified folder.
-