Package com.basis.api.admin
Interface BBjAdminCommitPropertyWriter
- All Superinterfaces:
BBjAdminCommitWriter
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
- All Known Subinterfaces:
BBjAdminAppDeploymentApplication
,BBjAdminAppDeploymentConfiguration
,BBjAdminAsynchTriggerJob
,BBjAdminAuditReplicationJob
,BBjAdminBase
,BBjAdminBBjProcedure
,BBjAdminBBjReplicationJob
,BBjAdminBBjReplicationJob_1310
,BBjAdminBBjTable
,BBjAdminBBjTypeDef
,BBjAdminBuiApplication
,BBjAdminBuiConfiguration
,BBjAdminConfiguration
,BBjAdminConnectionPool
,BBjAdminContextInfo
,BBjAdminDatabase
,BBjAdminDocumentIndex
,BBjAdminElasticsearchDocumentIndex
,BBjAdminEmailService
,BBjAdminESQLTable
,BBjAdminJnlpApplication
,BBjAdminJnlpApplication_1411
,BBjAdminJnlpConfiguration
,BBjAdminLDAPSearch
,BBjAdminLegacyProcedure
,BBjAdminLegacyTable
,BBjAdminLegacyTypeDef
,BBjAdminLegacyView
,BBjAdminLuceneDocumentIndex
,BBjAdminMetadataDefinition
,BBjAdminOnlineCopyJobConfig
,BBjAdminProcedure
,BBjAdminReplicationJob
,BBjAdminResourceUrl
,BBjAdminSecurityGroup
,BBjAdminSequence
,BBjAdminSQLReplicationJob
,BBjAdminSSLInfo
,BBjAdminTable
,BBjAdminTriggers
,BBjAdminTypeDef
,BBjAdminView
,BBjAdminWebAppServer
,BBjAdminWebAppServer_1500
,BBjAdminWebAppServer_1700
,BBjAdminWebService
,BBjAdminWebService_1311
- All Known Implementing Classes:
BBjAdminRemoteWrapper
,BBjAdminSimpleCommitPropWriter
,BBjAdminSimpleDatabase
An interface for classes that need to commit/rollback written properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the changed properties.Get the set of cleared properties.Get the original properties list.Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Method Details
-
getChangedProperties
Get the changed properties.- Throws:
BBjAdminException
- TODO
-
getClearedProperties
Get the set of cleared properties.- Throws:
BBjAdminException
- TODO
-
getOriginalProperties
Get the original properties list.- Throws:
BBjAdminException
- TODO
-