Uses of Class
com.attivio.sdk.client.ExternalizableStore.ImportOption
-
Packages that use ExternalizableStore.ImportOption Package Description com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.service -
-
Uses of ExternalizableStore.ImportOption in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return ExternalizableStore.ImportOption Modifier and Type Method Description static ExternalizableStore.ImportOption
ExternalizableStore.ImportOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExternalizableStore.ImportOption[]
ExternalizableStore.ImportOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.client with parameters of type ExternalizableStore.ImportOption Modifier and Type Method Description void
ExternalizableStore. importStore(java.io.InputStream input, java.lang.Long ifUnmodifiedSince, ExternalizableStore.ImportOption... options)
Import the model for the store from a jar file read frominput
. -
Uses of ExternalizableStore.ImportOption in com.attivio.sdk.service
Methods in com.attivio.sdk.service with parameters of type ExternalizableStore.ImportOption Modifier and Type Method Description void
MockTransportDefinitionStore. importStore(java.io.InputStream input, java.lang.Long ifUnmodifiedSince, ExternalizableStore.ImportOption... options)
Import the model for the store from a jar file read frominput
.
-