jBPM Console NG - Documents API 6.2.0-SNAPSHOT

org.jbpm.console.ng.dm.model
Class DocumentSummary

java.lang.Object
  extended by org.uberfire.paging.AbstractPageRow
      extended by org.jbpm.console.ng.ga.model.GenericSummary
          extended by org.jbpm.console.ng.dm.model.CMSContentSummary
              extended by org.jbpm.console.ng.dm.model.DocumentSummary
All Implemented Interfaces:
Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

@Portable
public class DocumentSummary
extends CMSContentSummary

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbpm.console.ng.dm.model.CMSContentSummary
CMSContentSummary.ContentType
 
Field Summary
 
Fields inherited from class org.jbpm.console.ng.ga.model.GenericSummary
id, name
 
Constructor Summary
DocumentSummary()
           
DocumentSummary(String name, String id, String path)
           
 
Method Summary
 byte[] getContent()
           
 CMSContentSummary.ContentType getContentType()
           
 void setContent(byte[] content)
           
 
Methods inherited from class org.jbpm.console.ng.dm.model.CMSContentSummary
getId, getName, getParent, getPath, setId, setName, setParent
 
Methods inherited from class org.jbpm.console.ng.ga.model.GenericSummary
equals, hashCode, setId
 
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSummary

public DocumentSummary(String name,
                       String id,
                       String path)

DocumentSummary

public DocumentSummary()
Method Detail

getContent

public byte[] getContent()

setContent

public void setContent(byte[] content)

getContentType

public CMSContentSummary.ContentType getContentType()
Specified by:
getContentType in class CMSContentSummary

jBPM Console NG - Documents API 6.2.0-SNAPSHOT

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