com.filenet.api.admin
Interface CmContentConversionSettings
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable, Subscribable
- All Known Subinterfaces:
- CmTextExtractionSettings
public interface CmContentConversionSettings extends RepositoryObject, Subscribable, IndependentlyPersistableObject
This class is not supported.Defines settings for and results produced by a content conversion operation.
Metadata
-
-
Method Summary
Methods Modifier and Type Method and Description ActiveMarkingListget_ActiveMarkings()Returns the value of the ActiveMarkings property.EventSetget_AuditedEvents()Returns the value of the AuditedEvents property.java.lang.Booleanget_CmIsMarkedForDeletion()Returns the value of the CmIsMarkedForDeletion property.java.lang.Stringget_CmOutputContentType()Returns the value of the CmOutputContentType property.java.lang.Stringget_Creator()Returns the value of the Creator property.java.util.Dateget_DateCreated()Returns the value of the DateCreated property.java.util.Dateget_DateLastModified()Returns the value of the DateLastModified property.java.lang.Stringget_DisplayName()Returns the value of the DisplayName property.ExternalIdentityListget_ExternalReplicaIdentities()Returns the value of the ExternalReplicaIdentities property.Idget_Id()Returns the value of the Id property.java.lang.Stringget_LastModifier()Returns the value of the LastModifier property.java.lang.Stringget_Owner()Returns the value of the Owner property.AccessPermissionListget_Permissions()Returns the value of the Permissions property.ReplicationGroupget_ReplicationGroup()Returns the value of the ReplicationGroup property.voidset_Creator(java.lang.String value)Sets the value of the Creator property.voidset_DateCreated(java.util.Date value)Sets the value of the DateCreated property.voidset_DateLastModified(java.util.Date value)Sets the value of the DateLastModified property.voidset_DisplayName(java.lang.String value)Sets the value of the DisplayName property.voidset_ExternalReplicaIdentities(ExternalIdentityList value)Sets the value of the ExternalReplicaIdentities property.voidset_LastModifier(java.lang.String value)Sets the value of the LastModifier property.voidset_Owner(java.lang.String value)Sets the value of the Owner property.voidset_Permissions(AccessPermissionList value)Sets the value of the Permissions property.voidset_ReplicationGroup(ReplicationGroup value)Sets the value of the ReplicationGroup property.-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_ReplicationGroup
ReplicationGroup get_ReplicationGroup()
Returns the value of the ReplicationGroup property. For more information, see ReplicationGroup Property.
-
set_ReplicationGroup
void set_ReplicationGroup(ReplicationGroup value)
Sets the value of the ReplicationGroup property. For more information, see ReplicationGroup Property.
-
get_ExternalReplicaIdentities
ExternalIdentityList get_ExternalReplicaIdentities()
Returns the value of the ExternalReplicaIdentities property. For more information, see ExternalReplicaIdentities Property.
-
set_ExternalReplicaIdentities
void set_ExternalReplicaIdentities(ExternalIdentityList value)
Sets the value of the ExternalReplicaIdentities property. For more information, see ExternalReplicaIdentities Property.
-
get_Creator
java.lang.String get_Creator()
Returns the value of the Creator property. For more information, see Creator Property.
-
set_Creator
void set_Creator(java.lang.String value)
Sets the value of the Creator property. For more information, see Creator Property.
-
get_DateCreated
java.util.Date get_DateCreated()
Returns the value of the DateCreated property. For more information, see DateCreated Property.
-
set_DateCreated
void set_DateCreated(java.util.Date value)
Sets the value of the DateCreated property. For more information, see DateCreated Property.
-
get_LastModifier
java.lang.String get_LastModifier()
Returns the value of the LastModifier property. For more information, see LastModifier Property.
-
set_LastModifier
void set_LastModifier(java.lang.String value)
Sets the value of the LastModifier property. For more information, see LastModifier Property.
-
get_DateLastModified
java.util.Date get_DateLastModified()
Returns the value of the DateLastModified property. For more information, see DateLastModified Property.
-
set_DateLastModified
void set_DateLastModified(java.util.Date value)
Sets the value of the DateLastModified property. For more information, see DateLastModified Property.
-
get_Id
Id get_Id()
Returns the value of the Id property. For more information, see Id Property.
-
get_AuditedEvents
EventSet get_AuditedEvents()
Returns the value of the AuditedEvents property. For more information, see AuditedEvents Property.
-
get_Owner
java.lang.String get_Owner()
Returns the value of the Owner property. For more information, see Owner Property.
-
set_Owner
void set_Owner(java.lang.String value)
Sets the value of the Owner property. For more information, see Owner Property.
-
get_Permissions
AccessPermissionList get_Permissions()
Returns the value of the Permissions property. For more information, see Permissions Property.
-
set_Permissions
void set_Permissions(AccessPermissionList value)
Sets the value of the Permissions property. For more information, see Permissions Property.
-
get_ActiveMarkings
ActiveMarkingList get_ActiveMarkings()
Returns the value of the ActiveMarkings property. For more information, see ActiveMarkings Property.
-
get_DisplayName
java.lang.String get_DisplayName()
Returns the value of the DisplayName property. For more information, see DisplayName Property.
-
set_DisplayName
void set_DisplayName(java.lang.String value)
Sets the value of the DisplayName property. For more information, see DisplayName Property.
-
get_CmIsMarkedForDeletion
java.lang.Boolean get_CmIsMarkedForDeletion()
Returns the value of the CmIsMarkedForDeletion property. For more information, see CmIsMarkedForDeletion Property.
-
get_CmOutputContentType
java.lang.String get_CmOutputContentType()
Returns the value of the CmOutputContentType property. For more information, see CmOutputContentType Property.
-
-