public interface AddAttachmentRelationCmd extends TaskCommand
AddAttachmentRelation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAttachmentObjectTypeId()
Gets the attachment object type ID of the business object that owns the attachment relation.
|
java.lang.Long |
getAttachmentRelationId()
Gets the new attachment relation ID.
|
java.lang.Integer |
getAttachmentRelationUsageId()
Gets the attachment relation usage ID used in this attachment relation.
|
java.lang.Long |
getAttachmentTargetId()
Gets the attachment target ID used in this attachment relation.
|
java.lang.String |
getObjectId()
Gets the primary key, in the form of a string, of the business object that owns this attachment relation.
|
java.lang.Double |
getSequence()
Gets the sequence of the attachment relation.
|
void |
setAttachmentObjectTypeId(java.lang.Integer anAttachmentObjectTypeId)
Sets the attachment object type ID of the business object that owns this attachment relation.
|
void |
setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
Sets the attachment relation usage ID used in this attachment relation.
|
void |
setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
Sets the attachment target ID used in the attachment relation.
|
void |
setObjectId(java.lang.String astrObjectId)
Sets the primary key, in the form of a string, of the business object that owns this attachment relation.
|
void |
setRequestProperties(TypedProperty reqParms)
Sets the request properties.
|
void |
setSequence(java.lang.Double adSequence)
Sets the sequence of the attachment relation.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Double getSequence()
java.lang.Integer getAttachmentObjectTypeId()
java.lang.Long getAttachmentRelationId()
java.lang.Integer getAttachmentRelationUsageId()
java.lang.Long getAttachmentTargetId()
java.lang.String getObjectId()
void setSequence(java.lang.Double adSequence)
adSequence
- The sequence of the attachment relationvoid setAttachmentObjectTypeId(java.lang.Integer anAttachmentObjectTypeId)
anAttachmentObjectTypeId
- The attachment object type IDvoid setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
anAttachmentRelationUsageId
- The attachment relation usagevoid setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
anAttachmentTargetId
- The attachment target IDvoid setObjectId(java.lang.String astrObjectId)
astrObjectId
- void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
reqParms
- The request propertiesECApplicationException