Package org.kie.remote.command
Class DeleteCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.WorkingMemoryActionCommand
-
- org.kie.remote.command.DeleteCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
public class DeleteCommand extends WorkingMemoryActionCommand implements VisitableCommand, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteCommand()DeleteCommand(RemoteFactHandle factHandle, String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)booleanisPermittedForReplicas()StringtoString()-
Methods inherited from class org.kie.remote.command.WorkingMemoryActionCommand
getEntryPoint, getFactHandle
-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
-
-
-
Constructor Detail
-
DeleteCommand
public DeleteCommand()
-
DeleteCommand
public DeleteCommand(RemoteFactHandle factHandle, String entryPoint)
-
-
Method Detail
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand
-
isPermittedForReplicas
public boolean isPermittedForReplicas()
- Specified by:
isPermittedForReplicasin interfaceRemoteCommand
-
-