Uses of Class
com.saperion.ngc.model.FolderId
Packages that use FolderId
Package
Description
Package for client dialog classes.
Package for all ZK events.
Package for iform events.
Package for all navigation events.
Package for all resultset events.
Package for main iForm components.
Package for model classes.
Package for navigation model classes.
Package for navigation model interfaces.
Package for navigation component classes.
Package for resultset component classes.
-
Uses of FolderId in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that return FolderIdModifier and TypeMethodDescriptionFolderBean.getId()FolderSelectionDialog.FolderSelectionEvent.getSelectedFolder()Method parameters in com.saperion.ngc.dialogs with type arguments of type FolderIdModifier and TypeMethodDescriptionstatic ContainedInFolderDialogContainedInFolderDialog.show(BaseWindow parent, 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, 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 -
Uses of FolderId in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return FolderIdMethods in com.saperion.ngc.events with parameters of type FolderIdModifier and TypeMethodDescriptionvoidBaseWindow.postAddLinkEvent(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.voidEventChildHandler.postAddLinkEvent(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.voidEventChildHandlerImpl.postAddLinkEvent(String name, NavigationNode parentNode, FolderId destination) Post a AddLinkEvent.voidBaseWindow.postChangeFolderSecurityEvent(FolderId folderId, Set<String> acls) Posts a ChangeFolderSecurityEvent.voidEventChildHandler.postChangeFolderSecurityEvent(FolderId folderId, Set<String> aclNames) Posts a ChangeFolderSecurityEvent.voidEventChildHandlerImpl.postChangeFolderSecurityEvent(FolderId folderId, Set<String> aclNames) Posts a ChangeFolderSecurityEvent.voidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, 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 FolderIdModifier and TypeMethodDescriptionvoidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.Constructors in com.saperion.ngc.events with parameters of type FolderIdModifierConstructorDescriptionUploadSuccessEvent(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 FolderIdModifier and TypeMethodDescriptionFilePreviewEvent.getFileFolder()ResultFieldEvent.getFileParent()Methods in com.saperion.ngc.events.iform with parameters of type FolderIdModifier and TypeMethodDescriptionvoidResultFieldEvent.setFileParent(FolderId parent) Sets the file parent folder.Constructors in com.saperion.ngc.events.iform with parameters of type FolderIdModifierConstructorDescriptionFilePreviewEvent(FolderId fileFolder, org.zkoss.zk.ui.Component target) Constructor. -
Uses of FolderId in com.saperion.ngc.events.resultset
Methods in com.saperion.ngc.events.resultset that return FolderIdMethods in com.saperion.ngc.events.resultset that return types with arguments of type FolderIdModifier and TypeMethodDescriptionFileActionEvent.getFolders()FileActionEvent.getOverrideMasks()Constructors in com.saperion.ngc.events.resultset with parameters of type FolderIdModifierConstructorDescriptionFileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, Map<FolderId, String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.Constructor parameters in com.saperion.ngc.events.resultset with type arguments of type FolderIdModifierConstructorDescriptionFileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, Map<FolderId, 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 FolderIdModifier and TypeMethodDescriptionIntelligentFormPresenter.getFolderInfos(FolderId folderId) Retrieves information about the specified folder.static org.zkoss.zk.ui.ComponentCreates and shows the IntelligentFormPopupWindow without a predefined mask.static org.zkoss.zk.ui.ComponentIntelligentFormPopupWindow.show(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 FolderIdModifier and TypeMethodDescriptionFolderId.convertToObjectIdList(List<FolderId> list) Converts to a list of object id's.FolderId.convertToRevisionIdList(List<FolderId> list) /**Converts to a list of revision id's. -
Uses of FolderId in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that return FolderIdMethods in com.saperion.ngc.resultset that return types with arguments of type FolderIdModifier and TypeMethodDescriptionResultSetPresenter.getDocumentFolders(DocumentId documentId) Retrieves the folders that contain the specified document.Methods in com.saperion.ngc.resultset with parameters of type FolderIdModifier and TypeMethodDescriptionvoidResultSetViewImpl.setFileParent(FolderId parent) Sets the folder this result list is using.Method parameters in com.saperion.ngc.resultset with type arguments of type FolderIdModifier and TypeMethodDescriptionvoidResultSetPresenter.removeFromFolder(DocumentId documentId, Set<FolderId> folderIDs) Removes the documents from the specified folder.