Interface IStreamlogDelegator
-
- All Known Subinterfaces:
IOptionsServer
,IServer
,IStreamingServer
- All Known Implementing Classes:
NtsServerImpl
,OneShotServerImpl
,RpcServer
,Server
,StreamlogDelegator
public interface IStreamlogDelegator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<IStreamlog>>
getStreamlog(java.util.List<java.lang.String> streamPaths, StreamlogOptions opts)
List the revision history of the specified stream specs, from the most recent revision to the first.
-
-
-
Method Detail
-
getStreamlog
java.util.Map<java.lang.String,java.util.List<IStreamlog>> getStreamlog(java.util.List<java.lang.String> streamPaths, StreamlogOptions opts) throws P4JavaException
List the revision history of the specified stream specs, from the most recent revision to the first. If the stream was opened for edit and submitted, the change list information is displayed. Otherwise only the maximum change num at the time of edit is displayed.- Parameters:
streamPaths
- Stream paths to get history.opts
- Command options.- Returns:
- List of Streamlog.
- Throws:
P4JavaException
- on error- Since:
- 2021.2
- See Also:
StreamlogOptions(java.lang.String...)
,IStreamlog
-
-