Uses of Interface
ch.ivyteam.ivy.cm.IContentManagementSystem
-
Packages that use IContentManagementSystem Package Description ch.ivyteam.ivy.cm ch.ivyteam.ivy.environment ch.ivyteam.ivy.process.extension.impl -
-
Uses of IContentManagementSystem in ch.ivyteam.ivy.cm
Methods in ch.ivyteam.ivy.cm that return IContentManagementSystem Modifier and Type Method Description static IContentManagementSystemIContentManagementSystem. current()Gets the current content management system. -
Uses of IContentManagementSystem in ch.ivyteam.ivy.environment
Fields in ch.ivyteam.ivy.environment declared as IContentManagementSystem Modifier and Type Field Description IContentManagementSystemIvy. cmsProvides access to thecontent management systemof the currently active project (process model version).Methods in ch.ivyteam.ivy.environment that return IContentManagementSystem Modifier and Type Method Description static IContentManagementSystemIvy. cms()Returns thecontent management systemof the currently active project (process model version). -
Uses of IContentManagementSystem in ch.ivyteam.ivy.process.extension.impl
Methods in ch.ivyteam.ivy.process.extension.impl that return IContentManagementSystem Modifier and Type Method Description protected IContentManagementSystemAbstractProcessExtension. getContentManagementSystem(IIvyScriptContext context)Gets the content management system
-