Uses of Class
de.espirit.firstspirit.access.store.templatestore.WorkflowLockException
Packages that use WorkflowLockException
-
Uses of WorkflowLockException in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that throw WorkflowLockExceptionModifier and TypeMethodDescriptionvoidUserService.importStoreElements(ZipFile exportFile, StoreElement parent, ImportHandler importHandler) Import of a file with store elements.static ServerActionHandle<? extends RestoreProgress,Boolean> AccessUtil.restore(@NotNull IDProvider newParent, @NotNull ElementInfo elementInfo, boolean restoreParentIfNecessary, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode) Starts a restore action on the server, which restores the deleted element specified by the givenelementInfostatic ServerActionHandle<? extends RevertProgress,Boolean> AccessUtil.revert(IDProvider element, Revision revision, boolean recursive, EnumSet<IDProvider.RevertType> ignoreRevertTypes, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode) Reverts an element of typeIDProviderto a specific revision. -
Uses of WorkflowLockException in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that throw WorkflowLockExceptionModifier and TypeMethodDescriptionStoreElement.importStoreElement(ZipFile exportFile, @Nullable ImportHandler importHandler) Imports the first root node from the given zip exportfile.StoreElement.importStoreElements(ZipFile exportFile, @Nullable ImportHandler importHandler) Imports all root nodes from the given zip exportfile.