|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This is the base interface for content management elements.
| Field Summary | |
static int |
OP_COPY
The op-code for the "copy" operation. |
static int |
OP_MOVE
The op-code for the "move" operation. |
static int |
OP_REMOVE
The op-code for the "remove" operation. |
static int |
OP_UPDATE
The op-code for the "update/change properties" operation. |
| Method Summary | |
void |
fromXML(EbiContext context,
EbiContentMgmtDelegate cmgr,
Node node,
EbiXmlDataOptions options)
Initializes the element with values from an XML structure. |
Document |
toXML(EbiContext context,
EbiContentMgmtDelegate cmgr,
EbiXmlDataOptions options)
Returns an XML representation of the element object in its current state. |
String |
validateOperation(EbiContext context,
int opCode)
Tells whether or not a specific operation is valid for the given element. |
| Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement |
getElementUUID,
getLastModified,
getLastModifiedBy,
isEqualTo,
isReadOnly,
resetReadOnly,
setLastModified,
setLastModifiedBy,
setReadOnly |
| Methods implemented from interface com.sssw.fw.api.EbiElement |
getType |
| Field Detail |
public static final int OP_UPDATE
public static final int OP_REMOVE
public static final int OP_COPY
public static final int OP_MOVE
| Method Detail |
public String validateOperation(EbiContext context,
int opCode)
throws EboUnrecoverableSystemException
context - The context.opCode - The operation code. See the OP_XXXX
constants.
public void fromXML(EbiContext context,
EbiContentMgmtDelegate cmgr,
Node node,
EbiXmlDataOptions options)
throws EboUnrecoverableSystemException
context - the contextcmgr - the Content Manager Delegatenode - the XML structure nodeoptions - options for extracting data from the XML
public Document toXML(EbiContext context,
EbiContentMgmtDelegate cmgr,
EbiXmlDataOptions options)
throws EboUnrecoverableSystemException,
EboSecurityException
context - the contextcmgr - the Content Manager Delegateoptions - options for writing data to the output XML document
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||