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 ContainedInFolderDialog
ContainedInFolderDialog.show
(BaseWindow parent, 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, 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 TypeMethodDescriptionvoid
BaseWindow.postAddLinkEvent
(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.void
EventChildHandler.postAddLinkEvent
(String name, NavigationNode parent, FolderId destination) Post a AddLinkEvent.void
EventChildHandlerImpl.postAddLinkEvent
(String name, NavigationNode parentNode, FolderId destination) Post a AddLinkEvent.void
BaseWindow.postChangeFolderSecurityEvent
(FolderId folderId, Set<String> acls) Posts a ChangeFolderSecurityEvent.void
EventChildHandler.postChangeFolderSecurityEvent
(FolderId folderId, Set<String> aclNames) Posts a ChangeFolderSecurityEvent.void
EventChildHandlerImpl.postChangeFolderSecurityEvent
(FolderId folderId, Set<String> aclNames) Posts a ChangeFolderSecurityEvent.void
BaseWindow.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
BaseWindow.postFileActionEvent
(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandler.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandler.postFileActionEvent
(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandlerImpl.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandlerImpl.postFileActionEvent
(Map<FolderId, String> folders, Map<FolderId, 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 FolderIdModifier and TypeMethodDescriptionvoid
BaseWindow.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
BaseWindow.postFileActionEvent
(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandler.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandler.postFileActionEvent
(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandlerImpl.postFileActionEvent
(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.void
EventChildHandlerImpl.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 TypeMethodDescriptionvoid
ResultFieldEvent.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.Component
Creates and shows the IntelligentFormPopupWindow without a predefined mask.static org.zkoss.zk.ui.Component
IntelligentFormPopupWindow.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 TypeMethodDescriptionvoid
ResultSetViewImpl.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 TypeMethodDescriptionvoid
ResultSetPresenter.removeFromFolder
(DocumentId documentId, Set<FolderId> folderIDs) Removes the documents from the specified folder.