Package org.bonitasoft.web.client.model
Class ArchivedProcessInstanceDocument
- java.lang.Object
-
- org.bonitasoft.web.client.model.ArchivedProcessInstanceDocument
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ArchivedProcessInstanceDocument extends Object implements Serializable
ArchivedProcessInstanceDocument- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ARCHIVED_DATEstatic StringJSON_PROPERTY_AUTHORstatic StringJSON_PROPERTY_CASE_IDstatic StringJSON_PROPERTY_CONTENT_MIMETYPEstatic StringJSON_PROPERTY_CONTENT_STORAGE_IDstatic StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_FILE_NAMEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_INDEXstatic StringJSON_PROPERTY_IS_INTERNALstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SOURCE_OBJECT_IDstatic StringJSON_PROPERTY_SUBMITTED_BYstatic StringJSON_PROPERTY_URLstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description ArchivedProcessInstanceDocument()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_AUTHOR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INDEX
public static final String JSON_PROPERTY_INDEX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_MIMETYPE
public static final String JSON_PROPERTY_CONTENT_MIMETYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CASE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTENT_STORAGE_ID
public static final String JSON_PROPERTY_CONTENT_STORAGE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_INTERNAL
public static final String JSON_PROPERTY_IS_INTERNAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FILE_NAME
public static final String JSON_PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SUBMITTED_BY
public static final String JSON_PROPERTY_SUBMITTED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_URL
public static final String JSON_PROPERTY_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_OBJECT_ID
public static final String JSON_PROPERTY_SOURCE_OBJECT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ARCHIVED_DATE
public static final String JSON_PROPERTY_ARCHIVED_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ArchivedProcessInstanceDocument id(String id)
-
setId
public void setId(String id)
-
creationDate
public ArchivedProcessInstanceDocument creationDate(String creationDate)
-
setCreationDate
public void setCreationDate(String creationDate)
-
author
public ArchivedProcessInstanceDocument author(String author)
-
getAuthor
@Deprecated @Nullable public String getAuthor()
Deprecated.submittorUserId- Returns:
- author
-
setAuthor
public void setAuthor(String author)
-
index
public ArchivedProcessInstanceDocument index(String index)
-
getIndex
@Nullable public String getIndex()
index in a list of documents, or -1 for a single document- Returns:
- index
-
setIndex
public void setIndex(String index)
-
contentMimetype
public ArchivedProcessInstanceDocument contentMimetype(String contentMimetype)
-
setContentMimetype
public void setContentMimetype(String contentMimetype)
-
caseId
public ArchivedProcessInstanceDocument caseId(String caseId)
-
setCaseId
public void setCaseId(String caseId)
-
contentStorageId
public ArchivedProcessInstanceDocument contentStorageId(String contentStorageId)
-
getContentStorageId
@Nullable public String getContentStorageId()
storageId- Returns:
- contentStorageId
-
setContentStorageId
public void setContentStorageId(String contentStorageId)
-
isInternal
public ArchivedProcessInstanceDocument isInternal(Boolean isInternal)
-
getIsInternal
@Nullable public Boolean 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
public void setIsInternal(Boolean isInternal)
-
description
public ArchivedProcessInstanceDocument description(String description)
-
setDescription
public void setDescription(String description)
-
name
public ArchivedProcessInstanceDocument name(String name)
-
setName
public void setName(String name)
-
fileName
public ArchivedProcessInstanceDocument fileName(String fileName)
-
setFileName
public void setFileName(String fileName)
-
submittedBy
public ArchivedProcessInstanceDocument submittedBy(String submittedBy)
-
setSubmittedBy
public void setSubmittedBy(String submittedBy)
-
url
public ArchivedProcessInstanceDocument url(String url)
-
setUrl
public void setUrl(String url)
-
version
public ArchivedProcessInstanceDocument version(String version)
-
setVersion
public void setVersion(String version)
-
sourceObjectId
public ArchivedProcessInstanceDocument sourceObjectId(String sourceObjectId)
-
getSourceObjectId
@Nullable public String getSourceObjectId()
original document id- Returns:
- sourceObjectId
-
setSourceObjectId
public void setSourceObjectId(String sourceObjectId)
-
archivedDate
public ArchivedProcessInstanceDocument archivedDate(String archivedDate)
-
getArchivedDate
@Nullable public String getArchivedDate()
the date ('yyyy-MM-dd HH:mm:ss.SSS') when the current task was assigned for example '2014-10-17 16:05:42.626'- Returns:
- archivedDate
-
setArchivedDate
public void setArchivedDate(String archivedDate)
-
-