|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface an iterated business class should implement if
the business class is to handle bulk file data and/or URL links.
This is the interface that a client would work with to manipulate business
objects that contain content.
Supported API: true
Extendable: true
ContentHelper
,
ContentService
Field Summary | |
static String |
CONTENT_VECTOR
Label for the attribute; This is a non-persistent vector that is used to pass content from server to client. |
static String |
HAS_CONTENTS
Label for the attribute; This is a non-persistent variable that is used to pass information from server to client. |
static String |
HTTP_VECTOR
Label for the attribute; This is a non-persistent vector that is used to pass content from server to client. |
static String |
OPERATION
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
Vector |
getContentVector()
Gets the value of the attribute: CONTENT_VECTOR. |
Vector |
getHttpVector()
Gets the value of the attribute: HTTP_VECTOR. |
HttpContentOperation |
getOperation()
Gets the value of the attribute: OPERATION. |
boolean |
isHasContents()
Gets the value of the attribute: HAS_CONTENTS. |
void |
setContentVector(Vector a_ContentVector)
Sets the value of the attribute: CONTENT_VECTOR. |
void |
setHasContents(boolean a_HasContents)
Sets the value of the attribute: HAS_CONTENTS. |
void |
setHttpVector(Vector a_HttpVector)
Sets the value of the attribute: HTTP_VECTOR. |
void |
setOperation(HttpContentOperation a_Operation)
Sets the value of the attribute: OPERATION. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String CONTENT_VECTOR
public static final String HAS_CONTENTS
public static final String OPERATION
public static final String HTTP_VECTOR
Method Detail |
public Vector getContentVector()
public void setContentVector(Vector a_ContentVector) throws WTPropertyVetoException
a_ContentVector
-
WTPropertyVetoException
public boolean isHasContents()
public void setHasContents(boolean a_HasContents) throws WTPropertyVetoException
a_HasContents
-
WTPropertyVetoException
public HttpContentOperation getOperation()
public void setOperation(HttpContentOperation a_Operation) throws WTPropertyVetoException
a_Operation
-
WTPropertyVetoException
public Vector getHttpVector()
public void setHttpVector(Vector a_HttpVector) throws WTPropertyVetoException
a_HttpVector
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |