Uses of Class
de.aristaflow.adept2.base.licensing.InvalidLicenceException
Packages that use InvalidLicenceException
-
Uses of InvalidLicenceException in de.aristaflow.adept2.core.processrepository
Methods in de.aristaflow.adept2.core.processrepository that throw InvalidLicenceExceptionModifier and TypeMethodDescriptionProcessRepository.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.ProcessTemplateManager.deriveNewChildTemplate(SessionToken session, UUID parentTemplateID) Creates and locks a template as child of the designated parent template.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.