Class GraphShowRefDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.GraphShowRefDelegator
-
- All Implemented Interfaces:
IGraphShowRefDelegator
public class GraphShowRefDelegator extends BaseDelegator implements IGraphShowRefDelegator
-
-
Field Summary
-
Fields inherited from class com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION
-
-
Constructor Summary
Constructors Constructor Description GraphShowRefDelegator(IOptionsServer server)
Basic constructor, taking a server object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IGraphRef>
getGraphShowRefs(GraphShowRefOptions opts)
-
-
-
Constructor Detail
-
GraphShowRefDelegator
public GraphShowRefDelegator(IOptionsServer server)
Basic constructor, taking a server object.- Parameters:
server
- - an instance of the currently effective server implementaion
-
-
Method Detail
-
getGraphShowRefs
public java.util.List<IGraphRef> getGraphShowRefs(GraphShowRefOptions opts) throws P4JavaException
- Specified by:
getGraphShowRefs
in interfaceIGraphShowRefDelegator
- Throws:
P4JavaException
-
-