Class BARResourceArtifactManager
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.resolver.BARResourceArtifactManager
-
- All Implemented Interfaces:
BusinessArchiveArtifactManager
- Direct Known Subclasses:
DocumentInitialValueArtifactManager,ExternalResourceArtifactManager,UserFilterBusinessArchiveArtifactManager
public abstract class BARResourceArtifactManager extends java.lang.Object implements BusinessArchiveArtifactManager
- Author:
- Baptiste Mesta
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessResourcesServiceprocessResourcesService
-
Constructor Summary
Constructors Constructor Description BARResourceArtifactManager(ProcessResourcesService processResourcesService)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.api.impl.resolver.BusinessArchiveArtifactManager
checkResolution, delete, deploy, exportToBusinessArchive
-
-
-
-
Field Detail
-
processResourcesService
protected final ProcessResourcesService processResourcesService
-
-
Constructor Detail
-
BARResourceArtifactManager
public BARResourceArtifactManager(ProcessResourcesService processResourcesService)
-
-