public class GWTDocument extends GWTInfoObject implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
annotation |
protected String |
collectionName |
protected Map<String,GWTDocumentMetadata> |
metadata |
protected String |
mimeType |
protected int |
numberOfAlternatives |
protected int |
numberOfParts |
oid
length, parent, workflowStatus
creationTime, description, id, isLoading, lastAction, lastModificationTime, name, owner, properties
Constructor and Description |
---|
GWTDocument() |
GWTDocument(Date creationTime,
String id,
GWTProperties properties,
String name,
String owner,
String description,
Date lastModificationTime,
GWTWorkspaceItemAction lastAction,
GWTWorkspaceFolder parent,
long length,
String oid,
String mimeType,
Map<String,GWTDocumentMetadata> metadata,
Map<String,String> annotation,
String collection,
int numberOfAlternatives,
int numberOfParts) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAnnotation() |
String |
getCollectionName() |
GWTFolderItemType |
getFolderItemType() |
Map<String,GWTDocumentMetadata> |
getMetadata() |
String |
getMimeType() |
int |
getNumberOfAlternatives() |
int |
getNumberOfParts() |
getOid
getChildren, getItemDescription, getLength, getType, getWorkflowStatus, setWorkflowStatus
countSubTreeChildren, countSubTreeChildren, equals, getCreationTime, getDescription, getIconClass, getId, getLabel, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, isAncestor, isLoading, isRoot, setDescription, setName, setParent, toString
protected String mimeType
protected Map<String,GWTDocumentMetadata> metadata
protected String collectionName
protected int numberOfParts
protected int numberOfAlternatives
public GWTDocument()
public GWTDocument(Date creationTime, String id, GWTProperties properties, String name, String owner, String description, Date lastModificationTime, GWTWorkspaceItemAction lastAction, GWTWorkspaceFolder parent, long length, String oid, String mimeType, Map<String,GWTDocumentMetadata> metadata, Map<String,String> annotation, String collection, int numberOfAlternatives, int numberOfParts)
creationTime
- id
- properties
- name
- owner
- description
- lastModificationTime
- lastAction
- parent
- oid
- bridge
- public String getMimeType()
public Map<String,GWTDocumentMetadata> getMetadata()
public String getCollectionName()
public int getNumberOfParts()
public int getNumberOfAlternatives()
public GWTFolderItemType getFolderItemType()
getFolderItemType
in class GWTFolderItem
Copyright © 2015. All Rights Reserved.