|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
com.adobe.icc.dbforms.obj.PortfolioDocument
public class PortfolioDocument
POJO representation of a Document that is part of a Portfolio.
A Document may either be a file or a Letter template, determined by the docSource.
If it is a file, the docContent determines the content of the Document, else the letter
reference determines the final content for the Document.
| Nested Class Summary | |
|---|---|
static class |
PortfolioDocument.DocumentSource
Enum to specify the source of this document. |
| Field Summary | |
|---|---|
static String |
ASSOCIATION_CUTPOINT
|
static String |
FIRST_LEVEL_CUTPOINT
|
static String |
HIERARCHY_CUTPOINT
|
static String |
PD_CLASS
|
| Fields inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
ASSET_CLASS |
| Constructor Summary | |
|---|---|
PortfolioDocument()
Default constructor |
|
PortfolioDocument(String id,
String name,
String desc,
String comment,
int state,
PortfolioDocument.DocumentSource docSource,
byte[] docContent,
String docReference,
Category ucat,
Category lcat,
int version,
Date activeStartDate,
Date activeEndDate,
String lastChangeBy,
String mimeType)
Constructor from parameters. |
|
| Method Summary | |
|---|---|
byte[] |
getDocContent()
Get the content (byte array) of the Document. |
String |
getDocReference()
Get the reference (Letter GUID) of the Document (only if docSource is CTD). |
PortfolioDocument.DocumentSource |
getDocSource()
Get the source of the Document. |
Letter |
getLetter()
Get the associated Letter template for the Document (only if docSource is CTD). |
String |
getMimeType()
Get the mime type of the Document. |
void |
setDocContent(byte[] docContent)
Sets the content (byte array) of the Document. |
void |
setDocReference(String docReference)
Sets the reference (Letter GUID) of the Document (only if docSource is CTD). |
void |
setDocSource(PortfolioDocument.DocumentSource docSource)
Sets the source of the Document. |
void |
setLetter(Letter letter)
Sets the associated Letter template for the Document (only if docSource is CTD). |
void |
setMimeType(String mimeType)
Sets the mime type of the Document. |
| Methods inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PD_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public PortfolioDocument()
public PortfolioDocument(String id,
String name,
String desc,
String comment,
int state,
PortfolioDocument.DocumentSource docSource,
byte[] docContent,
String docReference,
Category ucat,
Category lcat,
int version,
Date activeStartDate,
Date activeEndDate,
String lastChangeBy,
String mimeType)
id - unique identifier of the Document.name - name of the Document.desc - description of the Document.comment - comment for the Document.state - state of the Document.docSource - data source of the Document.docContent - content of of the Document if the docSource is FILE.docReference - id of the Letter, if the docSource is CTD.ucat - Category of the Document.lcat - Subcategory of the Document.version - version of the Document.activeStart - activation start date of the Document.activeEnd - activation end date of the Document.lastChangeBy - user creating the Document.mimeType - mime type of the Document.| Method Detail |
|---|
public PortfolioDocument.DocumentSource getDocSource()
PortfolioDocument.DocumentSourcepublic void setDocSource(PortfolioDocument.DocumentSource docSource)
docSource - The source of the Document.public byte[] getDocContent()
public void setDocContent(byte[] docContent)
docContent - The content (byte array) of the Document.public String getDocReference()
docSource is CTD).
public void setDocReference(String docReference)
docSource is CTD).
docReference - The reference (Letter GUID) of the Documentpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - The mime type of the Document.public Letter getLetter()
docSource is CTD).
public void setLetter(Letter letter)
docSource is CTD).
letter - The associated Letter template for the Document.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||