KIE Internal 6.0.0.Beta1

org.kie.internal.task.api.model
Interface ContentData

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
FaultData

public interface ContentData
extends Externalizable


Method Summary
 AccessType getAccessType()
           
 byte[] getContent()
           
 String getType()
           
 void setAccessType(AccessType accessType)
           
 void setContent(byte[] content)
           
 void setType(String type)
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getAccessType

AccessType getAccessType()

setAccessType

void setAccessType(AccessType accessType)

getType

String getType()

setType

void setType(String type)

getContent

byte[] getContent()

setContent

void setContent(byte[] content)

KIE Internal 6.0.0.Beta1

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