public interface SystemConfiguration extends RMCustomObject
SystemConfiguration
.
A collection of available SystemConfiguration
instances defined for
a specific FilePlanRepository
can be obtained using the
FilePlanRepository.getSystemConfigurations
method.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EnableRecordMultiFile |
static java.lang.String |
ExportConfiguration |
static java.lang.String |
ExportTransferMapping |
static java.lang.String |
FPOS_Setup |
static java.lang.String |
MaxDeclassificationOffset |
static java.lang.String |
MaxWorkflowBatchSize |
static java.lang.String |
RequestDefaultDeclassificationDateUpdate |
static java.lang.String |
RMVersionInfo |
static java.lang.String |
ScreeningWorkflow |
static java.lang.String |
SecurityScriptRunDate |
static java.lang.String |
VolumePatternSuffix |
Modifier and Type | Method and Description |
---|---|
boolean |
canBeUpdated()
Indicates whether or not this SystemConfiguration instance
can be updated using the
FilePlanRepository.putSystemConfiguration(String, String)
method. |
java.lang.String |
getDefaultSettings()
Returns the
DefaultSettings property value. |
java.lang.String |
getPropertyDataType()
Returns the
PropertyDataType property value. |
java.lang.String |
getPropertyName()
Returns the
PropertyName property value. |
java.lang.String |
getPropertyValue()
Returns the
PropertyValue property value. |
delete
getAccessAllowed, getClassDescription, getClassName, getClientIdentifier, getContainedBy, getDomainType, getEntityType, getName, getObjectIdentity, getPermissions, getProperties, getRepository, isCreationPending, isPlaceholder, refresh, refresh, refresh
save, setPermissions
getAuditedEvents
static final java.lang.String EnableRecordMultiFile
static final java.lang.String ExportConfiguration
static final java.lang.String ExportTransferMapping
static final java.lang.String FPOS_Setup
static final java.lang.String MaxDeclassificationOffset
static final java.lang.String MaxWorkflowBatchSize
static final java.lang.String RMVersionInfo
static final java.lang.String RequestDefaultDeclassificationDateUpdate
static final java.lang.String ScreeningWorkflow
static final java.lang.String SecurityScriptRunDate
static final java.lang.String VolumePatternSuffix
java.lang.String getPropertyName()
PropertyName
property value.String
value.java.lang.String getPropertyDataType()
PropertyDataType
property value.String
value.java.lang.String getPropertyValue()
PropertyValue
property value.String
value.java.lang.String getDefaultSettings()
DefaultSettings
property value.String
value.boolean canBeUpdated()
FilePlanRepository.putSystemConfiguration(String, String)
method.
Note that this method indicates write status based solely upon the business logic nature of a specific SystemConfiguration instance and does NOT take into account any repository security access permissions that might apply to the current user context.
true
if this instance can be updated; false
otherwise.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.