Package org.bonitasoft.web.client.model
Class ProcessInstanceDocument
java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceDocument
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ProcessInstanceDocument
extends Object
implements Serializable
A document in an active case
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentMimetype(String contentMimetype) contentStorageId(String contentStorageId) creationDate(String creationDate) description(String description) booleanDeprecated.caseIdMIME typestorageIddate and timedescriptionfilenamegetId()documentIdgetIndex()index in a list of documents, or -1 for a single document`true` if the the document object contains the content directly.getName()namesubmittorUserIdgetUrl()urlForDownloadversioninthashCode()isInternal(Boolean isInternal) voidvoidvoidsetContentMimetype(String contentMimetype) voidsetContentStorageId(String contentStorageId) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidsetFileName(String fileName) voidvoidvoidsetIsInternal(Boolean isInternal) voidvoidsetSubmittedBy(String submittedBy) voidvoidsetVersion(String version) submittedBy(String submittedBy) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_AUTHOR
- See Also:
-
JSON_PROPERTY_INDEX
- See Also:
-
JSON_PROPERTY_CONTENT_MIMETYPE
- See Also:
-
JSON_PROPERTY_CASE_ID
- See Also:
-
JSON_PROPERTY_CONTENT_STORAGE_ID
- See Also:
-
JSON_PROPERTY_IS_INTERNAL
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_SUBMITTED_BY
- See Also:
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
ProcessInstanceDocument
public ProcessInstanceDocument()
-
-
Method Details
-
id
-
getId
documentId- Returns:
- id
-
setId
-
creationDate
-
getCreationDate
date and time- Returns:
- creationDate
-
setCreationDate
-
author
-
getAuthor
Deprecated.submittorUserId- Returns:
- author
-
setAuthor
-
index
-
getIndex
index in a list of documents, or -1 for a single document- Returns:
- index
-
setIndex
-
contentMimetype
-
getContentMimetype
MIME type- Returns:
- contentMimetype
-
setContentMimetype
-
caseId
-
getCaseId
caseId- Returns:
- caseId
-
setCaseId
-
contentStorageId
-
getContentStorageId
storageId- Returns:
- contentStorageId
-
setContentStorageId
-
isInternal
-
getIsInternal
`true` if the the document object contains the content directly. `false` if the document is specified by URL so the document object contains a reference to the content, not the content itself.- Returns:
- isInternal
-
setIsInternal
-
description
-
getDescription
description- Returns:
- description
-
setDescription
-
name
-
getName
name- Returns:
- name
-
setName
-
fileName
-
getFileName
filename- Returns:
- fileName
-
setFileName
-
submittedBy
-
getSubmittedBy
submittorUserId- Returns:
- submittedBy
-
setSubmittedBy
-
url
-
getUrl
urlForDownload- Returns:
- url
-
setUrl
-
version
-
getVersion
version- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-