Uses of Class
de.aristaflow.adept2.base.licensing.InvalidLicenceException
-
Packages that use InvalidLicenceException Package Description de.aristaflow.adept2.core.processrepository -
-
Uses of InvalidLicenceException in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that throw InvalidLicenceException Modifier and Type Method Description ProcessType
ProcessRepository. createProcessType(SessionToken session, String newProcessType)
Creates a new process type with the designated name, stores the liable user and creates the root template, which is just a copy of the implicit null template.ChangeableTemplate
ProcessTemplateManager. deriveNewChildTemplate(SessionToken session, UUID parentTemplateID)
Creates and locks a template as child of the designated parent template.CheckReport
ProcessTemplateManager. storeTemplate(SessionToken session, Template template, boolean checkValidity, Document history, TemplateDeltaLayer structuralChanges, Locale... locales)
Stores (but does not unlock) a modified template (which has been checked out for modification beforehand.
-