Class AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
java.lang.Object
ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask<ContentTreeNode, Entity>
ch.tocco.nice2.dms.impl.entitydocs.AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
- All Implemented Interfaces:
PersistTask<ContentTreeNode, Entity>
- Enclosing class:
AbstractRelatedEntityPersistTask<A,T>
public static class AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask
extends AbstractRelatedEntityPersistTask<ContentTreeNode, Entity>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractRelatedEntityPersistTask
AbstractRelatedEntityPersistTask.GetRelatedEntityPersistTask, AbstractRelatedEntityPersistTask.Pair<T1,T2>, AbstractRelatedEntityPersistTask.SetRelatedEntityPersistTask -
Field Summary
Fields inherited from class AbstractRelatedEntityPersistTask
entityDocumentsService -
Constructor Summary
ConstructorsConstructorDescriptionGetRelatedEntityPersistTask(EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionrun(Optional<ContentTreeNode> contentTreeNodeOptional, CommandContext commandContext) Methods inherited from class AbstractRelatedEntityPersistTask
getEntityDocumentsRelations, requireRelationMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetRelatedEntityPersistTask
public GetRelatedEntityPersistTask(EntityDocumentsService entityDocumentsService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
run
public Entity run(Optional<ContentTreeNode> contentTreeNodeOptional, CommandContext commandContext) throws PersistException, InterruptedException - Throws:
PersistExceptionInterruptedException
-