Class DeleteContentItemsByScopeCmd
java.lang.Object
com.flowable.content.engine.impl.cmd.DeleteContentItemsByScopeCmd
- All Implemented Interfaces:
java.io.Serializable
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class DeleteContentItemsByScopeCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>, java.io.Serializable
- Author:
- Tijs Rademakers
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DeleteContentItemsByScopeCmd(java.lang.String scopeId, java.lang.String scopeType)
-
Method Summary
Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
Constructor Details
-
DeleteContentItemsByScopeCmd
public DeleteContentItemsByScopeCmd(java.lang.String scopeId, java.lang.String scopeType)
-
-
Method Details
-
execute
public java.lang.Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
-