Class PlatformDeployer
java.lang.Object
com.flowable.platform.engine.impl.deployer.PlatformDeployer
- All Implemented Interfaces:
org.flowable.common.engine.impl.EngineDeployer
public class PlatformDeployer
extends Object
implements org.flowable.common.engine.impl.EngineDeployer
-
Field Summary
FieldsFields inherited from interface org.flowable.common.engine.impl.EngineDeployer
DEFAULT_UNDEPLOY_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(org.flowable.common.engine.api.repository.EngineDeployment deployment, Map<String, Object> deploymentSettings) protected booleanisPlatformResource(String resourceName) voidundeploy(org.flowable.common.engine.api.repository.EngineDeployment parentDeployment, boolean cascade) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.EngineDeployer
getUndeployOrder
-
Field Details
-
PLATFORM_RESOURCE_SUFFIXES
-
-
Constructor Details
-
PlatformDeployer
public PlatformDeployer()
-
-
Method Details
-
deploy
public void deploy(org.flowable.common.engine.api.repository.EngineDeployment deployment, Map<String, Object> deploymentSettings) - Specified by:
deployin interfaceorg.flowable.common.engine.impl.EngineDeployer
-
isPlatformResource
-
undeploy
public void undeploy(org.flowable.common.engine.api.repository.EngineDeployment parentDeployment, boolean cascade) - Specified by:
undeployin interfaceorg.flowable.common.engine.impl.EngineDeployer
-