Modifier and Type |
Method and Description |
void |
addExtendedAttribute(WSAttribute att) |
WSAttribute |
attribute(String name) |
static WSDocument |
fromDocument(AbstractDocument document) |
String |
getComment() |
String |
getCoverage() |
String |
getCreation() |
String |
getCreator() |
long |
getCreatorId() |
String |
getCustomId() |
String |
getDate() |
Long |
getDeleteUserId() |
String |
getDigest() |
Long |
getDocRef() |
Long |
getExportId() |
String |
getExportName() |
int |
getExportStatus() |
String |
getExportVersion() |
WSAttribute[] |
getExtendedAttributes() |
String |
getFileName() |
long |
getFileSize() |
String |
getFileVersion() |
Long |
getFolderId() |
String |
getIcon() |
long |
getId() |
int |
getImmutable() |
int |
getIndexed() |
String |
getLanguage() |
String |
getLastModified() |
Long |
getLockUserId() |
String |
getObject() |
String |
getPath() |
int |
getPublished() |
String |
getPublisher() |
long |
getPublisherId() |
Integer |
getRating() |
String |
getRecipient() |
Integer |
getScore() |
int |
getSigned() |
String |
getSource() |
String |
getSourceAuthor() |
String |
getSourceDate() |
String |
getSourceId() |
String |
getSourceType() |
String |
getStartPublishing() |
int |
getStatus() |
String |
getStopPublishing() |
String |
getSummary() |
String[] |
getTags() |
Long |
getTemplateId() |
String |
getTitle() |
String |
getType() |
String |
getVersion() |
String |
getWorkflowStatus() |
Collection<String> |
listAttributeNames() |
void |
setComment(String comment) |
void |
setCoverage(String coverage) |
void |
setCreation(String creation) |
void |
setCreator(String creator) |
void |
setCreatorId(long creatorId) |
void |
setCustomId(String customId) |
void |
setDate(String date) |
void |
setDeleteUserId(Long deleteUserId) |
void |
setDigest(String digest) |
void |
setDocRef(Long docRef) |
void |
setExportId(Long exportId) |
void |
setExportName(String exportName) |
void |
setExportStatus(int exportStatus) |
void |
setExportVersion(String exportVersion) |
void |
setExtendedAttributes(WSAttribute[] extendedAttributes) |
void |
setFileName(String fileName) |
void |
setFileSize(long fileSize) |
void |
setFileVersion(String fileVersion) |
void |
setFolderId(Long folderId) |
void |
setIcon(String icon) |
void |
setId(long id) |
void |
setImmutable(int immutable) |
void |
setIndexed(int indexed) |
void |
setLanguage(String language) |
void |
setLastModified(String lastModified) |
void |
setLockUserId(Long lockUserId) |
void |
setObject(String object) |
void |
setPath(String path) |
void |
setPublished(int published) |
void |
setPublisher(String publisher) |
void |
setPublisherId(long publisherId) |
void |
setRating(Integer rating) |
void |
setRecipient(String recipient) |
void |
setScore(Integer score) |
void |
setSigned(int signed) |
void |
setSource(String source) |
void |
setSourceAuthor(String sourceAuthor) |
void |
setSourceDate(String sourceDate) |
void |
setSourceId(String sourceId) |
void |
setSourceType(String sourceType) |
void |
setStartPublishing(String startPublishing) |
void |
setStatus(int status) |
void |
setStopPublishing(String stopPublishing) |
void |
setSummary(String summary) |
void |
setTags(String[] tags) |
void |
setTemplateId(Long templateId) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setVersion(String version) |
void |
setWorkflowStatus(String workflowStatus) |
Document |
toDocument() |