Package org.kie.remote.command
Class ListObjectsCommand
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.ListObjectsCommand
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
- Direct Known Subclasses:
ListObjectsCommandClassType,ListObjectsCommandNamedQuery
public class ListObjectsCommand extends AbstractCommand implements VisitableCommand, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringentryPoint
-
Constructor Summary
Constructors Constructor Description ListObjectsCommand()ListObjectsCommand(String entryPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)StringgetEntryPoint()booleanisPermittedForReplicas()-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
-
-
-
Field Detail
-
entryPoint
protected String entryPoint
-
-
Constructor Detail
-
ListObjectsCommand
public ListObjectsCommand()
-
ListObjectsCommand
public ListObjectsCommand(String entryPoint)
-
-
Method Detail
-
getEntryPoint
public String getEntryPoint()
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand
-
isPermittedForReplicas
public boolean isPermittedForReplicas()
- Specified by:
isPermittedForReplicasin interfaceRemoteCommand
-
-