Uses of Interface
org.flowable.eventregistry.impl.persistence.entity.EventDefinitionEntity
-
-
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.cmd
Methods in org.flowable.eventregistry.impl.cmd that return EventDefinitionEntity Modifier and Type Method Description EventDefinitionEntityGetEventDefinitionCmd. execute(CommandContext commandContext) -
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.deployer
Fields in org.flowable.eventregistry.impl.deployer with type parameters of type EventDefinitionEntity Modifier and Type Field Description protected List<EventDefinitionEntity>ParsedDeployment. eventDefinitionsprotected Map<EventDefinitionEntity,EventDefinitionParse>ParsedDeployment. mapEventDefinitionsToParsesprotected Map<EventDefinitionEntity,EventResourceEntity>ParsedDeployment. mapEventDefinitionsToResourcesMethods in org.flowable.eventregistry.impl.deployer that return EventDefinitionEntity Modifier and Type Method Description EventDefinitionEntityEventDefinitionDeploymentHelper. getMostRecentVersionOfEventDefinition(EventDefinitionEntity eventDefinition)Gets the persisted event definition that matches this one for tenant and key.EventDefinitionEntityEventDefinitionDeploymentHelper. getPersistedInstanceOfEventDefinition(EventDefinitionEntity eventDefinition)Gets the persisted version of the already-deployed event definition.Methods in org.flowable.eventregistry.impl.deployer that return types with arguments of type EventDefinitionEntity Modifier and Type Method Description List<EventDefinitionEntity>ParsedDeployment. getAllEventDefinitions()protected Map<EventDefinitionEntity,EventDefinitionEntity>EventDefinitionDeployer. getPreviousVersionsOfEventDefinitions(ParsedDeployment parsedDeployment)Constructs a map from new event definitions to the previous version by key and tenant.protected Map<EventDefinitionEntity,EventDefinitionEntity>EventDefinitionDeployer. getPreviousVersionsOfEventDefinitions(ParsedDeployment parsedDeployment)Constructs a map from new event definitions to the previous version by key and tenant.Methods in org.flowable.eventregistry.impl.deployer with parameters of type EventDefinitionEntity Modifier and Type Method Description EventDefinitionParseParsedDeployment. getEventDefinitionParseForEventDefinition(EventDefinitionEntity formDefinition)EventModelParsedDeployment. getEventModelForEventDefinition(EventDefinitionEntity eventDefinition)EventDefinitionEntityEventDefinitionDeploymentHelper. getMostRecentVersionOfEventDefinition(EventDefinitionEntity eventDefinition)Gets the persisted event definition that matches this one for tenant and key.EventDefinitionEntityEventDefinitionDeploymentHelper. getPersistedInstanceOfEventDefinition(EventDefinitionEntity eventDefinition)Gets the persisted version of the already-deployed event definition.EventResourceEntityParsedDeployment. getResourceForEventDefinition(EventDefinitionEntity eventDefinition)Method parameters in org.flowable.eventregistry.impl.deployer with type arguments of type EventDefinitionEntity Modifier and Type Method Description voidEventDefinitionDeploymentHelper. copyDeploymentValuesToEventDefinitions(EventDeploymentEntity deployment, List<EventDefinitionEntity> eventDefinitions)Updates all the event definition entities to match the deployment's values for tenant, engine version, and deployment id.protected voidEventDefinitionDeployer. setEventDefinitionVersionsAndIds(ParsedDeployment parsedDeployment, Map<EventDefinitionEntity,EventDefinitionEntity> mapOfNewEventDefinitionToPreviousVersion)If the map contains an existing version for an event definition, then the event definition is updated, otherwise a new event definition is created.protected voidEventDefinitionDeployer. setEventDefinitionVersionsAndIds(ParsedDeployment parsedDeployment, Map<EventDefinitionEntity,EventDefinitionEntity> mapOfNewEventDefinitionToPreviousVersion)If the map contains an existing version for an event definition, then the event definition is updated, otherwise a new event definition is created.voidEventDefinitionDeploymentHelper. verifyEventDefinitionsDoNotShareKeys(Collection<EventDefinitionEntity> eventDefinitions)Verifies that no two event definitions share the same key, to prevent database unique index violation. -
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.parser
Fields in org.flowable.eventregistry.impl.parser with type parameters of type EventDefinitionEntity Modifier and Type Field Description protected List<EventDefinitionEntity>EventDefinitionParse. eventDefinitionsThe end result of the parsing: a list of event definitions.Methods in org.flowable.eventregistry.impl.parser that return types with arguments of type EventDefinitionEntity Modifier and Type Method Description List<EventDefinitionEntity>EventDefinitionParse. getEventDefinitions() -
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.persistence.deploy
Fields in org.flowable.eventregistry.impl.persistence.deploy declared as EventDefinitionEntity Modifier and Type Field Description protected EventDefinitionEntityEventDefinitionCacheEntry. eventDefinitionEntityMethods in org.flowable.eventregistry.impl.persistence.deploy with parameters of type EventDefinitionEntity Modifier and Type Method Description voidEventDefinitionCacheEntry. setEventDefinitionEntity(EventDefinitionEntity eventDefinitionEntity)Constructors in org.flowable.eventregistry.impl.persistence.deploy with parameters of type EventDefinitionEntity Constructor Description EventDefinitionCacheEntry(EventDefinitionEntity eventDefinitionEntity, String eventDefinitionJson) -
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity
Classes in org.flowable.eventregistry.impl.persistence.entity that implement EventDefinitionEntity Modifier and Type Class Description classEventDefinitionEntityImpl -
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data
-
Uses of EventDefinitionEntity in org.flowable.eventregistry.impl.persistence.entity.data.impl
Methods in org.flowable.eventregistry.impl.persistence.entity.data.impl that return types with arguments of type EventDefinitionEntity Modifier and Type Method Description Class<? extends EventDefinitionEntity>MybatisEventDefinitionDataManager. getManagedEntityClass()
-