jBPM :: Document Service 6.2.0.Beta1

org.jbpm.document
Interface Document

All Superinterfaces:
Serializable
All Known Implementing Classes:
DocumentImpl

public interface Document
extends Serializable


Method Summary
 void addAttribute(String attributeName, String attributeValue)
           
 String getAttribute(String attributeName)
           
 Map<String,String> getAttributes()
           
 byte[] getContent()
           
 String getIdentifier()
           
 Date getLastModified()
           
 String getLink()
           
 String getName()
           
 long getSize()
           
 void setAttributes(Map<String,String> attributes)
           
 void setContent(byte[] content)
           
 void setIdentifier(String identifier)
           
 void setLastModified(Date lastModified)
           
 void setLink(String link)
           
 void setName(String name)
           
 void setSize(long size)
           
 

Method Detail

setIdentifier

void setIdentifier(String identifier)

getIdentifier

String getIdentifier()

setName

void setName(String name)

getName

String getName()

setSize

void setSize(long size)

getSize

long getSize()

setLastModified

void setLastModified(Date lastModified)

getLastModified

Date getLastModified()

setLink

void setLink(String link)

getLink

String getLink()

getAttribute

String getAttribute(String attributeName)

addAttribute

void addAttribute(String attributeName,
                  String attributeValue)

setAttributes

void setAttributes(Map<String,String> attributes)

getAttributes

Map<String,String> getAttributes()

setContent

void setContent(byte[] content)

getContent

byte[] getContent()

jBPM :: Document Service 6.2.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.