Class GraphListTreeDelegator
- java.lang.Object
-
- com.perforce.p4java.impl.mapbased.server.cmd.BaseDelegator
-
- com.perforce.p4java.impl.mapbased.server.cmd.GraphListTreeDelegator
-
- All Implemented Interfaces:
IGraphListTreeDelegator
public class GraphListTreeDelegator extends BaseDelegator implements IGraphListTreeDelegator
-
-
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 GraphListTreeDelegator(IOptionsServer server)
Basic constructor, taking a server object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IGraphListTree>
getGraphListTree(java.lang.String sha)
-
-
-
Constructor Detail
-
GraphListTreeDelegator
public GraphListTreeDelegator(IOptionsServer server)
Basic constructor, taking a server object.- Parameters:
server
- - an instance of the currently effective server implementaion
-
-
Method Detail
-
getGraphListTree
public java.util.List<IGraphListTree> getGraphListTree(java.lang.String sha) throws P4JavaException
- Specified by:
getGraphListTree
in interfaceIGraphListTreeDelegator
- Throws:
P4JavaException
-
-