Uses of Interface
com.perforce.p4java.server.callback.IFilterCallback

Packages that use IFilterCallback
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.rpc.connection   
com.perforce.p4java.impl.mapbased.rpc.packet   
com.perforce.p4java.impl.mapbased.rpc.stream   
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IFilterCallback in com.perforce.p4java.impl.mapbased.rpc
 

Methods in com.perforce.p4java.impl.mapbased.rpc that return IFilterCallback
 IFilterCallback CommandEnv.getFilterCallback()
           
 

Methods in com.perforce.p4java.impl.mapbased.rpc with parameters of type IFilterCallback
 List<Map<String,Object>> OneShotServerImpl.execInputStringMapCmdList(String cmdName, String[] cmdArgs, String inString, IFilterCallback filterCallback)
           
 List<Map<String,Object>> NtsServerImpl.execInputStringMapCmdList(String cmdName, String[] cmdArgs, String inString, IFilterCallback filterCallback)
           
protected  Map<String,Object>[] NtsServerImpl.execMapCmd(String cmdName, String[] cmdArgs, Map<String,Object> inMap, String inString, boolean ignoreCallbacks, IStreamingCallback callback, int callbackKey, IFilterCallback filterCallback)
           
 List<Map<String,Object>> OneShotServerImpl.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, IFilterCallback filterCallback)
           
 List<Map<String,Object>> NtsServerImpl.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, IFilterCallback filterCallback)
           
protected  List<Map<String,Object>> OneShotServerImpl.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, String inString, boolean ignoreCallbacks, IStreamingCallback callback, int callbackKey, IFilterCallback filterCallback)
           
protected  List<Map<String,Object>> NtsServerImpl.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, String inString, boolean ignoreCallbacks, IStreamingCallback callback, int callbackKey, IFilterCallback filterCallback)
           
 void CommandEnv.setFilterCallback(IFilterCallback filterCallback)
           
 

Uses of IFilterCallback in com.perforce.p4java.impl.mapbased.rpc.connection
 

Methods in com.perforce.p4java.impl.mapbased.rpc.connection with parameters of type IFilterCallback
abstract  RpcPacket RpcConnection.getRpcPacket(RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Get the next RPC packet from the receive queue with an optional rule to handle the RPC packet fields.
 

Uses of IFilterCallback in com.perforce.p4java.impl.mapbased.rpc.packet
 

Methods in com.perforce.p4java.impl.mapbased.rpc.packet with parameters of type IFilterCallback
static RpcPacket RpcPacket.constructRpcPacket(RpcPacketPreamble preamble, byte[] bytes, boolean isUnicodeServer, Charset charset, RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Construct an RPC packet from the passed-in preamble, bytes, charset and fieldRule.
 

Uses of IFilterCallback in com.perforce.p4java.impl.mapbased.rpc.stream
 

Methods in com.perforce.p4java.impl.mapbased.rpc.stream with parameters of type IFilterCallback
 RpcPacket RpcStreamConnection.getRpcPacket(RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Get a Perforce RPC packet from the underlying stream with an optional rule to handle the RPC packet fields.
 

Uses of IFilterCallback in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type IFilterCallback
abstract  List<Map<String,Object>> Server.execInputStringMapCmdList(String cmdName, String[] cmdArgs, String inString, IFilterCallback filterCallback)
           
abstract  List<Map<String,Object>> Server.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, IFilterCallback filterCallback)
           
 

Uses of IFilterCallback in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server with parameters of type IFilterCallback
 List<Map<String,Object>> IOptionsServer.execInputStringMapCmdList(String cmdName, String[] cmdArgs, String inString, IFilterCallback filterCallback)
          Issue an arbitrary P4Java command to the Perforce server and return the results as a list of maps.
 List<Map<String,Object>> IOptionsServer.execMapCmdList(String cmdName, String[] cmdArgs, Map<String,Object> inMap, IFilterCallback filterCallback)
          Issue an arbitrary P4Java command to the Perforce server and return the results as a list of maps.
 



Copyright © 2015 Perforce Software. All Rights Reserved.