Package org.kie.remote.command
Class ListObjectsCommandClassType
- java.lang.Object
-
- org.kie.remote.command.AbstractCommand
-
- org.kie.remote.command.ListObjectsCommand
-
- org.kie.remote.command.ListObjectsCommandClassType
-
- All Implemented Interfaces:
Serializable,RemoteCommand,VisitableCommand,Message
public class ListObjectsCommandClassType extends ListObjectsCommand implements VisitableCommand, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kie.remote.command.ListObjectsCommand
entryPoint
-
-
Constructor Summary
Constructors Constructor Description ListObjectsCommandClassType()ListObjectsCommandClassType(String entryPoint, Class clazzType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(VisitorCommand visitor)ClassgetClazzType()StringtoString()-
Methods inherited from class org.kie.remote.command.ListObjectsCommand
getEntryPoint, isPermittedForReplicas
-
Methods inherited from class org.kie.remote.command.AbstractCommand
getId, getTimestamp
-
-
-
-
Method Detail
-
getClazzType
public Class getClazzType()
-
accept
public void accept(VisitorCommand visitor)
- Specified by:
acceptin interfaceVisitableCommand- Overrides:
acceptin classListObjectsCommand
-
-