/
EDMConstants.CheckinCheckoutOptions
EDMConstants.CheckinCheckoutOptions
edm.edom3
Class EDMConstants.CheckinCheckoutOptions
- java.lang.Object
- edm.edom3.EDMConstants.CheckinCheckoutOptions
Enclosing interface:EDMConstants
public static class EDMConstants.CheckinCheckoutOptions extends java.lang.Object
Options for checkout and checkin operations
Field Summary
Fields
Modifier and Type Field and Description static long
CHECKIN_AND_UNRESERVE
Checkin: Unlock the instances prevoiusly locked by a edmiCheckout call.static long
CHECKOUT_AND_RESERVE
Set locks on the checked out instances when checking out.static long
CREATE_NEW_MODEL_VERSION
Checkin: Create a new model version before loading and merging data.static long
DELETING_EXISTING_MODEL
Checkin: Create a new model for the data being checked in.static long
DOWNLOADING_SCHEMA_IF_REQUIRED
When Checking out to a model this option turns on automatic creation of schema in receieving database if necessary.static long
STOP_ON_WARNING
Terminate the checkin / checkout if warnings occur during data extraction.
Constructor Summary
Constructors
Constructor and Description CheckinCheckoutOptions()
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
CREATE_NEW_MODEL_VERSION
public static final long CREATE_NEW_MODEL_VERSION
Checkin: Create a new model version before loading and merging data. Assign name to the new model version in the newModelVersionName field in the pCheckin parameter.See Also:Constant Field Values
DELETING_EXISTING_MODEL
public static final long DELETING_EXISTING_MODEL
Checkin: Create a new model for the data being checked in.See Also:Constant Field Values
CHECKIN_AND_UNRESERVE
public static final long CHECKIN_AND_UNRESERVE
Checkin: Unlock the instances prevoiusly locked by a edmiCheckout call. The instances being unlocked is identified by the datasetName field in the pCheckin struct parameter.See Also:Constant Field Values
DOWNLOADING_SCHEMA_IF_REQUIRED
public static final long DOWNLOADING_SCHEMA_IF_REQUIRED
When Checking out to a model this option turns on automatic creation of schema in receieving database if necessary.See Also:Constant Field Values
CHECKOUT_AND_RESERVE
public static final long CHECKOUT_AND_RESERVE
Set locks on the checked out instances when checking out.See Also:Constant Field Values
STOP_ON_WARNING
public static final long STOP_ON_WARNING
Terminate the checkin / checkout if warnings occur during data extraction.See Also:Constant Field Values
Constructor Detail
CheckinCheckoutOptions
public CheckinCheckoutOptions()