Class PlatformCreateHumanTaskInterceptor
java.lang.Object
com.flowable.platform.service.BasePlatformInterceptor
com.flowable.platform.service.BasePlatformCmmnInterceptor
com.flowable.platform.service.task.PlatformCreateHumanTaskInterceptor
- All Implemented Interfaces:
CreateHumanTaskInterceptor,Aware,ApplicationContextAware
public class PlatformCreateHumanTaskInterceptor
extends BasePlatformCmmnInterceptor
implements CreateHumanTaskInterceptor, ApplicationContextAware
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationContextprotected booleanprotected booleanFields inherited from class com.flowable.platform.service.BasePlatformInterceptor
defaultSecurityPolicyKey, defaultSecurityPolicyModel, SECURITY_POLICY_MODEL, TRIM_COMMA_SEPARATED -
Constructor Summary
ConstructorsConstructorDescriptionPlatformCreateHumanTaskInterceptor(String defaultSecurityPolicyKey, boolean enableSlaAuditInstance, boolean enableSlaAuditInstanceToElastic) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected ActionEngineConfigurationgetActionEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration) protected voidhandleSlaConfig(TaskEntity taskEntity) voidsetApplicationContext(ApplicationContext applicationContext) Methods inherited from class com.flowable.platform.service.BasePlatformCmmnInterceptor
createCaseIdentityLink, createCaseIdentityLinks, createCaseIdentityLinkWithValue, createGroupIdentityLinks, createGroupTaskIdentityLinks, createIdentityLinks, createPlanItemIdentityLinks, createPlanItemIdentityLinkWithValue, createTranslations, createUserIdentityLinks, createUserTaskIdentityLinks, getCaseModel, getExpressionManager, getExtensionElement, getExtensionElementList, getExtensionElementValue, getExtensionElementValue, getIdentityLinkService, getSecurityPolicyModelMethods inherited from class com.flowable.platform.service.BasePlatformInterceptor
createIdentityLinkWithValue, createTranslation, getDefaultSecurityPolicyModel, getExpressionCollectionValue, getExpressionStringValue, getExpressionValue, getSecurityPolicyModelByKey
-
Field Details
-
enableSlaAuditInstance
protected boolean enableSlaAuditInstance -
enableSlaAuditInstanceToElastic
protected boolean enableSlaAuditInstanceToElastic -
applicationContext
-
-
Constructor Details
-
PlatformCreateHumanTaskInterceptor
public PlatformCreateHumanTaskInterceptor(String defaultSecurityPolicyKey, boolean enableSlaAuditInstance, boolean enableSlaAuditInstanceToElastic)
-
-
Method Details
-
beforeCreateHumanTask
- Specified by:
beforeCreateHumanTaskin interfaceCreateHumanTaskInterceptor
-
afterCreateHumanTask
- Specified by:
afterCreateHumanTaskin interfaceCreateHumanTaskInterceptor
-
handleSlaConfig
-
getActionEngineConfiguration
protected ActionEngineConfiguration getActionEngineConfiguration(CmmnEngineConfiguration cmmnEngineConfiguration) -
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-