|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExportRecordsOptions | |
|---|---|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.option.server | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of ExportRecordsOptions in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server with parameters of type ExportRecordsOptions | |
|---|---|
List<Map<String,Object>> |
Server.getExportRecords(ExportRecordsOptions opts)
|
void |
Server.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key)
|
| Uses of ExportRecordsOptions in com.perforce.p4java.option.server |
|---|
| Methods in com.perforce.p4java.option.server that return ExportRecordsOptions | |
|---|---|
ExportRecordsOptions |
ExportRecordsOptions.setFilter(String filter)
Sets the filter. |
ExportRecordsOptions |
ExportRecordsOptions.setFormat(boolean format)
Sets the format (true/false). |
ExportRecordsOptions |
ExportRecordsOptions.setJournalPrefix(String journalPrefix)
Sets the journal prefix. |
ExportRecordsOptions |
ExportRecordsOptions.setMaxRecs(long maxRecs)
Sets the maximum lines to be exported. |
ExportRecordsOptions |
ExportRecordsOptions.setOffset(long offset)
Sets the journal or checkpoint offset. |
ExportRecordsOptions |
ExportRecordsOptions.setSkipDataConversion(boolean skipDataConversion)
Sets the skip data conversion. |
ExportRecordsOptions |
ExportRecordsOptions.setSkipFieldPattern(String skipFieldPattern)
Sets the skip field pattern. |
ExportRecordsOptions |
ExportRecordsOptions.setSkipStartField(String skipStartField)
Sets the skip start field. |
ExportRecordsOptions |
ExportRecordsOptions.setSkipStopField(String skipStopField)
Sets the skip stop field. |
ExportRecordsOptions |
ExportRecordsOptions.setSourceNum(int sourceNum)
Sets the journal or checkpoint number. |
ExportRecordsOptions |
ExportRecordsOptions.setUseJournal(boolean useJournal)
Sets the use journal (true/false). |
| Uses of ExportRecordsOptions in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server with parameters of type ExportRecordsOptions | |
|---|---|
List<Map<String,Object>> |
IOptionsServer.getExportRecords(ExportRecordsOptions opts)
Get a list of exported journal or checkpoint records (admin / superuser command). |
void |
IOptionsServer.getStreamingExportRecords(ExportRecordsOptions opts,
IStreamingCallback callback,
int key)
Get each exported journal or checkpoint record (admin / superuser command) as it comes in from the server, rather than waiting for the entire command to complete. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||