public class SaveOptions extends IOOptions
embedOccurrences
Constructor and Description |
---|
SaveOptions() |
Modifier and Type | Method and Description |
---|---|
SaveOptions |
embedOccurrences(boolean embedOccurrences) |
java.lang.String |
getMongoDBOccStore() |
boolean |
isMongoDBOccStore() |
SaveOptions |
mongoDBOccStoreURI(java.lang.String mongoDBOccStoreURI) |
boolean |
occurrencesEmbedded() |
boolean |
withContexts() |
SaveOptions |
withContexts(boolean withContexts) |
boolean |
withOccurrences() |
SaveOptions |
withOccurrences(boolean withOccurrences) |
public SaveOptions mongoDBOccStoreURI(java.lang.String mongoDBOccStoreURI)
public boolean isMongoDBOccStore()
public java.lang.String getMongoDBOccStore()
public SaveOptions withOccurrences(boolean withOccurrences)
withOccurrences
in class IOOptions
public SaveOptions embedOccurrences(boolean embedOccurrences)
embedOccurrences
in class IOOptions
public SaveOptions withContexts(boolean withContexts)
withContexts
in class IOOptions
public boolean withOccurrences()
withOccurrences
in class IOOptions
public boolean occurrencesEmbedded()
occurrencesEmbedded
in class IOOptions
public boolean withContexts()
withContexts
in class IOOptions