Class ParsedDeployment

java.lang.Object
com.flowable.workobject.engine.impl.deployer.ParsedDeployment

public class ParsedDeployment
extends java.lang.Object
An intermediate representation of a DeploymentEntity which keeps track of all of the entity's WorkObjectDefinitionEntities and resources, and BPMN parses, models, and processes associated with each LegacyWorkObjectDefinitionEntity - all produced by parsing the deployment. The WorkObjectDefinitionEntities are expected to be "not fully set-up" - they may be inconsistent with the DeploymentEntity and/or the persisted versions, and if the deployment is new, they will not yet be persisted.