public interface CmContentConversionAction extends RepositoryObject, Action
Defines a content conversion handler.
Modifier and Type | Method and Description |
---|---|
CmConversionSettingsClassDefinition |
get_CmOutputConversion()
Returns the value of the CmOutputConversion property.
|
StringList |
get_CmSupportedInputContentTypes()
Returns the value of the CmSupportedInputContentTypes property.
|
StringList |
get_CmUnsupportedInputContentTypes()
Returns the value of the CmUnsupportedInputContentTypes property.
|
java.lang.Boolean |
get_IsEnabled()
Returns the value of the IsEnabled property.
|
java.lang.Integer |
get_Priority()
Returns the value of the Priority property.
|
void |
set_CmOutputConversion(CmConversionSettingsClassDefinition value)
Sets the value of the CmOutputConversion property.
|
void |
set_CmSupportedInputContentTypes(StringList value)
Sets the value of the CmSupportedInputContentTypes property.
|
void |
set_CmUnsupportedInputContentTypes(StringList value)
Sets the value of the CmUnsupportedInputContentTypes property.
|
void |
set_IsEnabled(java.lang.Boolean value)
Sets the value of the IsEnabled property.
|
void |
set_Priority(java.lang.Integer value)
Sets the value of the Priority property.
|
get_ActiveMarkings, get_AuditedEvents, get_CodeModule, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Owner, get_Permissions, get_ProgId, get_ScriptText, set_CodeModule, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Owner, set_Permissions, set_ProgId, set_ScriptText
getObjectStore
get_ExternalReplicaIdentities, get_ReplicationGroup, set_ExternalReplicaIdentities, set_ReplicationGroup
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Boolean get_IsEnabled()
void set_IsEnabled(java.lang.Boolean value)
CmConversionSettingsClassDefinition get_CmOutputConversion()
void set_CmOutputConversion(CmConversionSettingsClassDefinition value)
StringList get_CmSupportedInputContentTypes()
void set_CmSupportedInputContentTypes(StringList value)
StringList get_CmUnsupportedInputContentTypes()
void set_CmUnsupportedInputContentTypes(StringList value)
java.lang.Integer get_Priority()
void set_Priority(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.