Uses of Interface
ch.ivyteam.ivy.workflow.IPageArchive
-
Packages that use IPageArchive Package Description ch.ivyteam.ivy.htmldialog ch.ivyteam.ivy.workflow -
-
Uses of IPageArchive in ch.ivyteam.ivy.htmldialog
Methods in ch.ivyteam.ivy.htmldialog with parameters of type IPageArchive Modifier and Type Method Description StringIHtmlDialogContext. pageArchiveRef(IPageArchive pageArchive)Returns the URL to the specified page archive.StringIHtmlDialogContext. pageArchiveRef(IPageArchive pageArchive, ISession session)Returns the URL to the specified page archive. -
Uses of IPageArchive in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return IPageArchive Modifier and Type Method Description IPageArchiveITask. getPageArchive(long pageArchiveIdentifier)Find a page archive with its identifierMethods in ch.ivyteam.ivy.workflow that return types with arguments of type IPageArchive Modifier and Type Method Description List<IPageArchive>ICase. getPageArchives()Gets all page archives associated with this caseList<IPageArchive>ITask. getPageArchives()Gets all page archives associated with this tasks
-