Uses of Enum Class
com.icc.util.DBProperties.Operation
Packages that use DBProperties.Operation
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
-
Uses of DBProperties.Operation in com.ads.api.util
Methods in com.ads.api.util with parameters of type DBProperties.OperationModifier and TypeMethodDescriptionSystemManagerUtil.importEnvironment(int environmentId, DBHelper dbHelper, DBProperties.Operation dbOperation, APIConstants.FileExtension fileExtension) Imports the environment on the specified environmentId.SystemManagerUtil.saveEnvironment(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Deprecated.since 9.0SystemManagerUtil.scanIntoEnvironment(int environmentId, DBHelper dbHelper, DBProperties.Operation dbOperation) Scan and save the environment meta data into the specified environmentId by specifying the dbOperation and dbHelper object.SystemManagerUtil.updateEnvironmentMetadata(DBEnvironment dbEnvironment, DBProperties.Operation operation, boolean useReferenceId) Saves the environment for the specified DBEnvironment Object, DBProperties and useReferenceId. -
Uses of DBProperties.Operation in com.ads.services.webservice.rest
Methods in com.ads.services.webservice.rest with parameters of type DBProperties.OperationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntitySystemResource.scanIntoEnvironment(int environmentId, DBProperties.Operation dbOperation, DBHelper dBHelper) Scan and save the environment meta data into the specified environmentId by specifying the dbHelper object and dbOperation in the form of JSON. -
Uses of DBProperties.Operation in com.icc.util
Methods in com.icc.util that return DBProperties.OperationModifier and TypeMethodDescriptionstatic DBProperties.OperationDBProperties.Operation.getOperationType(String value) static DBProperties.OperationReturns the enum constant of this class with the specified name.static DBProperties.Operation[]DBProperties.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.