com.filenet.api.admin
Interface CmTextExtractionSettings
-
- All Superinterfaces:
- CmContentConversionSettings, EngineObject, IndependentlyPersistableObject, IndependentObject, RepositoryObject, java.io.Serializable, Subscribable
public interface CmTextExtractionSettings extends RepositoryObject, CmContentConversionSettings
This class is not supported.Defines settings and results produced by text extraction.
Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description StringListget_ExtractedProperties()Returns the value of the ExtractedProperties property.java.lang.Integerget_ExtractionStatus()Returns the value of the ExtractionStatus property.java.lang.Stringget_ExtractLocale()Returns the value of the ExtractLocale property.voidset_ExtractedProperties(StringList value)Sets the value of the ExtractedProperties property.voidset_ExtractionStatus(java.lang.Integer value)Sets the value of the ExtractionStatus property.voidset_ExtractLocale(java.lang.String value)Sets the value of the ExtractLocale property.-
Methods inherited from interface com.filenet.api.admin.CmContentConversionSettings
changeClass, get_ActiveMarkings, get_AuditedEvents, get_CmIsMarkedForDeletion, get_CmOutputContentType, get_Creator, get_DateCreated, get_DateLastModified, get_DisplayName, get_ExternalReplicaIdentities, get_Id, get_LastModifier, get_Owner, get_Permissions, get_ReplicationGroup, set_Creator, set_DateCreated, set_DateLastModified, set_DisplayName, set_ExternalReplicaIdentities, set_LastModifier, set_Owner, set_Permissions, set_ReplicationGroup
-
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_ExtractionStatus
java.lang.Integer get_ExtractionStatus()
Returns the value of the ExtractionStatus property. For more information, see ExtractionStatus Property.
-
set_ExtractionStatus
void set_ExtractionStatus(java.lang.Integer value)
Sets the value of the ExtractionStatus property. For more information, see ExtractionStatus Property.
-
get_ExtractedProperties
StringList get_ExtractedProperties()
Returns the value of the ExtractedProperties property. For more information, see ExtractedProperties Property.
-
set_ExtractedProperties
void set_ExtractedProperties(StringList value)
Sets the value of the ExtractedProperties property. For more information, see ExtractedProperties Property.
-
get_ExtractLocale
java.lang.String get_ExtractLocale()
Returns the value of the ExtractLocale property. For more information, see ExtractLocale Property.
-
set_ExtractLocale
void set_ExtractLocale(java.lang.String value)
Sets the value of the ExtractLocale property. For more information, see ExtractLocale Property.
-
-