public class AttachmentContent extends VdmEntity<AttachmentContent>
Original entity name from the Odata EDM: AttachmentContent
Modifier and Type | Class and Description |
---|---|
static class |
AttachmentContent.AttachmentContentBuilder |
Modifier and Type | Field and Description |
---|---|
static AttachmentContentSelectable |
ALL_FIELDS
Selector for all available fields of AttachmentContent.
|
static AttachmentContentField<String> |
ARCHIVE_DOCUMENT_ID
Use with available fluent helpers to apply the ArchiveDocumentID field to query operations.
|
static AttachmentContentField<String> |
ARCHIVE_LINK_REPOSITORY
Use with available fluent helpers to apply the ArchiveLinkRepository field to query operations.
|
static AttachmentContentField<String> |
BUSINESS_OBJECT_TYPE
Use with available fluent helpers to apply the BusinessObjectType field to query operations.
|
static AttachmentContentField<String> |
BUSINESS_OBJECT_TYPE_NAME
Use with available fluent helpers to apply the BusinessObjectTypeName field to query operations.
|
static AttachmentContentField<LocalDateTime> |
CHANGED_DATE_TIME
Use with available fluent helpers to apply the ChangedDateTime field to query operations.
|
static AttachmentContentField<byte[]> |
CONTENT
Use with available fluent helpers to apply the Content field to query operations.
|
static AttachmentContentField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static AttachmentContentField<String> |
CREATED_BY_USER_FULL_NAME
Use with available fluent helpers to apply the CreatedByUserFullName field to query operations.
|
static AttachmentContentField<LocalDateTime> |
CREATION_DATE_TIME
Use with available fluent helpers to apply the CreationDateTime field to query operations.
|
static AttachmentContentField<String> |
DOCUMENT_INFO_RECORD_DOC_NUMBER
Use with available fluent helpers to apply the DocumentInfoRecordDocNumber field to query operations.
|
static AttachmentContentField<String> |
DOCUMENT_INFO_RECORD_DOC_PART
Use with available fluent helpers to apply the DocumentInfoRecordDocPart field to query operations.
|
static AttachmentContentField<String> |
DOCUMENT_INFO_RECORD_DOC_TYPE
Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.
|
static AttachmentContentField<String> |
DOCUMENT_INFO_RECORD_DOC_VERSION
Use with available fluent helpers to apply the DocumentInfoRecordDocVersion field to query operations.
|
static AttachmentContentField<String> |
DOCUMENT_URL
Use with available fluent helpers to apply the DocumentURL field to query operations.
|
static AttachmentContentField<String> |
FILE_NAME
Use with available fluent helpers to apply the FileName field to query operations.
|
static AttachmentContentField<String> |
FILE_SIZE
Use with available fluent helpers to apply the FileSize field to query operations.
|
static AttachmentContentField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static AttachmentContentField<String> |
LAST_CHANGED_BY_USER_FULL_NAME
Use with available fluent helpers to apply the LastChangedByUserFullName field to query operations.
|
static AttachmentContentField<String> |
LINKED_SAP_OBJECT_KEY
Use with available fluent helpers to apply the LinkedSAPObjectKey field to query operations.
|
static AttachmentContentField<String> |
LOGICAL_DOCUMENT
Use with available fluent helpers to apply the LogicalDocument field to query operations.
|
static AttachmentContentField<String> |
MIME_TYPE
Use with available fluent helpers to apply the MimeType field to query operations.
|
static AttachmentContentField<String> |
SEMANTIC_OBJECT
Use with available fluent helpers to apply the SemanticObject field to query operations.
|
static AttachmentContentField<String> |
STORAGE_CATEGORY
Use with available fluent helpers to apply the StorageCategory field to query operations.
|
static AttachmentContentField<String> |
WORKSTATION_APPLICATION
Use with available fluent helpers to apply the WorkstationApplication field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
AttachmentContent() |
AttachmentContent(String documentInfoRecordDocType,
String documentInfoRecordDocNumber,
String documentInfoRecordDocVersion,
String documentInfoRecordDocPart,
String logicalDocument,
String archiveDocumentID,
String linkedSAPObjectKey,
String businessObjectTypeName,
String semanticObject,
String workstationApplication,
String fileSize,
String fileName,
String documentURL,
String mimeType,
byte[] content,
String createdByUser,
String createdByUserFullName,
LocalDateTime creationDateTime,
String businessObjectType,
String lastChangedByUser,
String lastChangedByUserFullName,
LocalDateTime changedDateTime,
String storageCategory,
String archiveLinkRepository) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static AttachmentContent.AttachmentContentBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
InputStream |
fetchAsStream()
Get the binary data stream (file) from this entity.In the OData world this would be the
/$value path. |
static <T> AttachmentContentField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getArchiveDocumentID()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getArchiveLinkRepository()
Constraints: Not nullable, Maximum length: 2
|
String |
getBusinessObjectType()
Constraints: Not nullable, Maximum length: 40
|
String |
getBusinessObjectTypeName()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
LocalDateTime |
getChangedDateTime()
Constraints: Not nullable, Precision: 7
|
byte[] |
getContent()
Constraints: none
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getCreatedByUserFullName()
Constraints: Not nullable, Maximum length: 80
|
LocalDateTime |
getCreationDateTime()
Constraints: Not nullable, Precision: 7
|
protected String |
getDefaultServicePath() |
String |
getDocumentInfoRecordDocNumber()
(Key Field) Constraints: Not nullable, Maximum length: 25
|
String |
getDocumentInfoRecordDocPart()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentInfoRecordDocType()
(Key Field) Constraints: Not nullable, Maximum length: 3
|
String |
getDocumentInfoRecordDocVersion()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getDocumentURL()
Constraints: Not nullable, Maximum length: 4096
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFileName()
Constraints: Not nullable, Maximum length: 255
|
String |
getFileSize()
Constraints: Not nullable, Maximum length: 12
|
protected Map<String,Object> |
getKey() |
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getLastChangedByUserFullName()
Constraints: Not nullable, Maximum length: 80
|
String |
getLinkedSAPObjectKey()
(Key Field) Constraints: Not nullable, Maximum length: 90
|
String |
getLogicalDocument()
(Key Field) Constraints: Not nullable, Maximum length: 32
|
String |
getMimeType()
Constraints: Not nullable, Maximum length: 128
|
String |
getSemanticObject()
Constraints: Not nullable, Maximum length: 40
|
String |
getStorageCategory()
Constraints: Not nullable, Maximum length: 10
|
Class<AttachmentContent> |
getType() |
String |
getWorkstationApplication()
Constraints: Not nullable, Maximum length: 3
|
int |
hashCode() |
void |
setArchiveDocumentID(String archiveDocumentID)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setArchiveLinkRepository(String archiveLinkRepository)
Constraints: Not nullable, Maximum length: 2
|
void |
setBusinessObjectType(String businessObjectType)
Constraints: Not nullable, Maximum length: 40
|
void |
setBusinessObjectTypeName(String businessObjectTypeName)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setChangedDateTime(LocalDateTime changedDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setContent(byte[] content)
Constraints: none
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreatedByUserFullName(String createdByUserFullName)
Constraints: Not nullable, Maximum length: 80
|
void |
setCreationDateTime(LocalDateTime creationDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setDocumentInfoRecordDocNumber(String documentInfoRecordDocNumber)
(Key Field) Constraints: Not nullable, Maximum length: 25
|
void |
setDocumentInfoRecordDocPart(String documentInfoRecordDocPart)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentInfoRecordDocType(String documentInfoRecordDocType)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
void |
setDocumentInfoRecordDocVersion(String documentInfoRecordDocVersion)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setDocumentURL(String documentURL)
Constraints: Not nullable, Maximum length: 4096
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setFileName(String fileName)
Constraints: Not nullable, Maximum length: 255
|
void |
setFileSize(String fileSize)
Constraints: Not nullable, Maximum length: 12
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setLastChangedByUserFullName(String lastChangedByUserFullName)
Constraints: Not nullable, Maximum length: 80
|
void |
setLinkedSAPObjectKey(String linkedSAPObjectKey)
(Key Field) Constraints: Not nullable, Maximum length: 90
|
void |
setLogicalDocument(String logicalDocument)
(Key Field) Constraints: Not nullable, Maximum length: 32
|
void |
setMimeType(String mimeType)
Constraints: Not nullable, Maximum length: 128
|
void |
setSemanticObject(String semanticObject)
Constraints: Not nullable, Maximum length: 40
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStorageCategory(String storageCategory)
Constraints: Not nullable, Maximum length: 10
|
void |
setWorkstationApplication(String workstationApplication)
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final AttachmentContentSelectable ALL_FIELDS
public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_TYPE
public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_NUMBER
public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_VERSION
public static final AttachmentContentField<String> DOCUMENT_INFO_RECORD_DOC_PART
public static final AttachmentContentField<String> LOGICAL_DOCUMENT
public static final AttachmentContentField<String> ARCHIVE_DOCUMENT_ID
public static final AttachmentContentField<String> LINKED_SAP_OBJECT_KEY
public static final AttachmentContentField<String> BUSINESS_OBJECT_TYPE_NAME
public static final AttachmentContentField<String> SEMANTIC_OBJECT
public static final AttachmentContentField<String> WORKSTATION_APPLICATION
public static final AttachmentContentField<String> FILE_SIZE
public static final AttachmentContentField<String> FILE_NAME
public static final AttachmentContentField<String> DOCUMENT_URL
public static final AttachmentContentField<String> MIME_TYPE
public static final AttachmentContentField<byte[]> CONTENT
public static final AttachmentContentField<String> CREATED_BY_USER
public static final AttachmentContentField<String> CREATED_BY_USER_FULL_NAME
public static final AttachmentContentField<LocalDateTime> CREATION_DATE_TIME
public static final AttachmentContentField<String> BUSINESS_OBJECT_TYPE
public static final AttachmentContentField<String> LAST_CHANGED_BY_USER
public static final AttachmentContentField<String> LAST_CHANGED_BY_USER_FULL_NAME
public static final AttachmentContentField<LocalDateTime> CHANGED_DATE_TIME
public static final AttachmentContentField<String> STORAGE_CATEGORY
public static final AttachmentContentField<String> ARCHIVE_LINK_REPOSITORY
public AttachmentContent()
public AttachmentContent(@Nullable String documentInfoRecordDocType, @Nullable String documentInfoRecordDocNumber, @Nullable String documentInfoRecordDocVersion, @Nullable String documentInfoRecordDocPart, @Nullable String logicalDocument, @Nullable String archiveDocumentID, @Nullable String linkedSAPObjectKey, @Nullable String businessObjectTypeName, @Nullable String semanticObject, @Nullable String workstationApplication, @Nullable String fileSize, @Nullable String fileName, @Nullable String documentURL, @Nullable String mimeType, @Nullable byte[] content, @Nullable String createdByUser, @Nullable String createdByUserFullName, @Nullable LocalDateTime creationDateTime, @Nullable String businessObjectType, @Nullable String lastChangedByUser, @Nullable String lastChangedByUserFullName, @Nullable LocalDateTime changedDateTime, @Nullable String storageCategory, @Nullable String archiveLinkRepository)
@Nonnull public Class<AttachmentContent> getType()
getType
in class VdmObject<AttachmentContent>
public void setDocumentInfoRecordDocType(@Nullable String documentInfoRecordDocType)
Original property name from the Odata EDM: DocumentInfoRecordDocType
documentInfoRecordDocType
- Part of the document key, which categorizes documents according to their distinguishing features and
the organizational procedures which result from them.public void setDocumentInfoRecordDocNumber(@Nullable String documentInfoRecordDocNumber)
Original property name from the Odata EDM: DocumentInfoRecordDocNumber
documentInfoRecordDocNumber
- This number is the main part of the document key, which is used to identify the document.public void setDocumentInfoRecordDocVersion(@Nullable String documentInfoRecordDocVersion)
Original property name from the Odata EDM: DocumentInfoRecordDocVersion
documentInfoRecordDocVersion
- DocumentInfoRecordDocVersionpublic void setDocumentInfoRecordDocPart(@Nullable String documentInfoRecordDocPart)
Original property name from the Odata EDM: DocumentInfoRecordDocPart
documentInfoRecordDocPart
- DocumentInfoRecordDocPartpublic void setLogicalDocument(@Nullable String logicalDocument)
Original property name from the Odata EDM: LogicalDocument
logicalDocument
- Name of a logical documentpublic void setArchiveDocumentID(@Nullable String archiveDocumentID)
Original property name from the Odata EDM: ArchiveDocumentID
archiveDocumentID
- Unique document key (document ID) assigned to stored document by the content server.public void setLinkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
Original property name from the Odata EDM: LinkedSAPObjectKey
The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
linkedSAPObjectKey
- Number which identifies the master record of an object that is allocated to a document.public void setBusinessObjectTypeName(@Nullable String businessObjectTypeName)
Original property name from the Odata EDM: BusinessObjectTypeName
businessObjectTypeName
- BusinessObjectTypeNamepublic void setSemanticObject(@Nullable String semanticObject)
Original property name from the Odata EDM: SemanticObject
semanticObject
- Character field of length 40public void setWorkstationApplication(@Nullable String workstationApplication)
Original property name from the Odata EDM: WorkstationApplication
You can use the application to create, process, or store in a secure in a secure area (storage category) original files (for example, text files) directly from the document info record.Before you can process an original file with an application you must make the following entries in the document info record:Define the storage location (path) where the original application file is stored.If the data that you want to edit with the application is stored on another computer, you must also enter a data carrier in the document info record.In Customizing for the Document Management several settings influence processing of original files.See also: Settings for the workstation applicationThe user needs the authorization to start the application for the document type: (authorization object C_DRAW_DOK).You can enter the following applications in a document info record:Acrobat ReaderMS Power PointMS Word 6.0When you have set the default for the application to MS Word 6.0 in Customizing (Define document type) then this application is preset when creating an original file.
workstationApplication
- Key for a workstation application.public void setFileSize(@Nullable String fileSize)
Original property name from the Odata EDM: FileSize
fileSize
- File size (in bytes)public void setFileName(@Nullable String fileName)
Original property name from the Odata EDM: FileName
fileName
- Relative storage location of physical documentpublic void setDocumentURL(@Nullable String documentURL)
Original property name from the Odata EDM: DocumentURL
documentURL
- SAP ArchiveLink: Data Element for Absolute URIpublic void setMimeType(@Nullable String mimeType)
Original property name from the Odata EDM: MimeType
mimeType
- HTML content typepublic void setContent(@Nullable byte[] content)
Original property name from the Odata EDM: Content
content
- AttachmentContentpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Creator of documentpublic void setCreatedByUserFullName(@Nullable String createdByUserFullName)
Original property name from the Odata EDM: CreatedByUserFullName
createdByUserFullName
- Description of the Technical User Accountpublic void setCreationDateTime(@Nullable LocalDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
creationDateTime
- Specifies the time when the logical or physical document was created.public void setBusinessObjectType(@Nullable String businessObjectType)
Original property name from the Odata EDM: BusinessObjectType
businessObjectType
- BusinessObjectTypepublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- LastChangedByUserpublic void setLastChangedByUserFullName(@Nullable String lastChangedByUserFullName)
Original property name from the Odata EDM: LastChangedByUserFullName
There are two exceptions:The field contents were assembled by converting data from a previous release from the previous title and name fields because the title could not be assigned automatically to a title key . In this case the field CONVERTED ("Status of the field NAME_TEXT") has the value 'X'.The field contents were maintained manually using a supplementary function in dialog, e.g. because the complete name cannot be split into the specified name parts. In this case the field CONVERTED ("Status of the field NAME_TEXT") has the value 'M'.The field CONVERTED ("Status of the field NAME_TEXT") has the value SPACE if neither of the exceptions applies.
lastChangedByUserFullName
- This field contains the complete personal name. It is usually generated from the individual name
components (without title).public void setChangedDateTime(@Nullable LocalDateTime changedDateTime)
Original property name from the Odata EDM: ChangedDateTime
changedDateTime
- Specifies the time when the logical or physical document was created.public void setStorageCategory(@Nullable String storageCategory)
Original property name from the Odata EDM: StorageCategory
A repository on the physical level is assigned to the category on the logical level.
storageCategory
- Name of the content category.public void setArchiveLinkRepository(@Nullable String archiveLinkRepository)
Original property name from the Odata EDM: ArchiveLinkRepository
archiveLinkRepository
- ID for connection to a content repository through which documents can be stored in a content server.protected String getEntityCollection()
getEntityCollection
in class VdmEntity<AttachmentContent>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<AttachmentContent>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<AttachmentContent>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<AttachmentContent>
@Nonnull public static <T> AttachmentContentField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> AttachmentContentField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<AttachmentContent>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<AttachmentContent>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<AttachmentContent>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<AttachmentContent>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.@Nonnull public InputStream fetchAsStream() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
/$value
path.InputStream
.com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<AttachmentContent>
public static AttachmentContent.AttachmentContentBuilder builder()
@Nullable public String getDocumentInfoRecordDocType()
Original property name from the Odata EDM: DocumentInfoRecordDocType
@Nullable public String getDocumentInfoRecordDocNumber()
Original property name from the Odata EDM: DocumentInfoRecordDocNumber
@Nullable public String getDocumentInfoRecordDocVersion()
Original property name from the Odata EDM: DocumentInfoRecordDocVersion
@Nullable public String getDocumentInfoRecordDocPart()
Original property name from the Odata EDM: DocumentInfoRecordDocPart
@Nullable public String getLogicalDocument()
Original property name from the Odata EDM: LogicalDocument
@Nullable public String getArchiveDocumentID()
Original property name from the Odata EDM: ArchiveDocumentID
@Nullable public String getLinkedSAPObjectKey()
Original property name from the Odata EDM: LinkedSAPObjectKey
The number is generated by the system based on key fields of the object for example:change object key fieldsmaterial BOM materials, plant, usedocument document number,document typedocument part, versioncustomer debtor number
@Nullable public String getBusinessObjectTypeName()
Original property name from the Odata EDM: BusinessObjectTypeName
@Nullable public String getSemanticObject()
Original property name from the Odata EDM: SemanticObject
@Nullable public String getWorkstationApplication()
Original property name from the Odata EDM: WorkstationApplication
You can use the application to create, process, or store in a secure in a secure area (storage category) original files (for example, text files) directly from the document info record.Before you can process an original file with an application you must make the following entries in the document info record:Define the storage location (path) where the original application file is stored.If the data that you want to edit with the application is stored on another computer, you must also enter a data carrier in the document info record.In Customizing for the Document Management several settings influence processing of original files.See also: Settings for the workstation applicationThe user needs the authorization to start the application for the document type: (authorization object C_DRAW_DOK).You can enter the following applications in a document info record:Acrobat ReaderMS Power PointMS Word 6.0When you have set the default for the application to MS Word 6.0 in Customizing (Define document type) then this application is preset when creating an original file.
@Nullable public String getFileSize()
Original property name from the Odata EDM: FileSize
@Nullable public String getFileName()
Original property name from the Odata EDM: FileName
@Nullable public String getDocumentURL()
Original property name from the Odata EDM: DocumentURL
@Nullable public String getMimeType()
Original property name from the Odata EDM: MimeType
@Nullable public byte[] getContent()
Original property name from the Odata EDM: Content
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public String getCreatedByUserFullName()
Original property name from the Odata EDM: CreatedByUserFullName
@Nullable public LocalDateTime getCreationDateTime()
Original property name from the Odata EDM: CreationDateTime
@Nullable public String getBusinessObjectType()
Original property name from the Odata EDM: BusinessObjectType
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public String getLastChangedByUserFullName()
Original property name from the Odata EDM: LastChangedByUserFullName
There are two exceptions:The field contents were assembled by converting data from a previous release from the previous title and name fields because the title could not be assigned automatically to a title key . In this case the field CONVERTED ("Status of the field NAME_TEXT") has the value 'X'.The field contents were maintained manually using a supplementary function in dialog, e.g. because the complete name cannot be split into the specified name parts. In this case the field CONVERTED ("Status of the field NAME_TEXT") has the value 'M'.The field CONVERTED ("Status of the field NAME_TEXT") has the value SPACE if neither of the exceptions applies.
@Nullable public LocalDateTime getChangedDateTime()
Original property name from the Odata EDM: ChangedDateTime
@Nullable public String getStorageCategory()
Original property name from the Odata EDM: StorageCategory
A repository on the physical level is assigned to the category on the logical level.
@Nullable public String getArchiveLinkRepository()
Original property name from the Odata EDM: ArchiveLinkRepository
public String toString()
toString
in class VdmObject<AttachmentContent>
public boolean equals(Object o)
equals
in class VdmObject<AttachmentContent>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<AttachmentContent>
public int hashCode()
hashCode
in class VdmObject<AttachmentContent>
Copyright © 2019 SAP SE. All rights reserved.