|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CARS_Interface
CARS_Interface
| Method Summary | |
|---|---|
javax.jcr.Node |
addNode(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pParentNode,
java.lang.String pName,
java.lang.String pPrimType,
nl.msd.jdots.JD_Taglist pParams)
Add a node to the repository |
java.lang.String |
getName()
Retrieves the name of the application source |
void |
getNodes(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pParentNode,
java.lang.String pLeaf)
getNodes |
void |
init(CARS_Main pMain,
javax.jcr.Node pInterfaceNode)
Will be be called only once, when JeCARS is started |
void |
nodeAdded(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNewNode,
java.io.InputStream pBody)
A node has been added (addNode) and now a Inputstream will be supplied as input |
void |
removeNode(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
nl.msd.jdots.JD_Taglist pParams)
Remove a node from the JeCARS repository |
boolean |
setBodyStream(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
java.io.InputStream pBody,
java.lang.String pMimeType)
Store a binary stream, on default the jecars:datafile node type is supported. |
javax.jcr.Property |
setParamProperty(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
java.lang.String pPropName,
java.lang.String pValue)
Set param property implementation A check is performed for "jecars:StateRequest" property in a "jecars:Tool" node type. |
| Method Detail |
|---|
java.lang.String getName()
void init(CARS_Main pMain,
javax.jcr.Node pInterfaceNode)
throws java.lang.Exception
pMain - the CARS_Main objectpInterfaceNode - the Node which defines the application source
java.lang.Exception
javax.jcr.Node addNode(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pParentNode,
java.lang.String pName,
java.lang.String pPrimType,
nl.msd.jdots.JD_Taglist pParams)
throws java.lang.Exception
pMain - the CARS_Main objectpInterfaceNode - the Node which defines the application source or NULLpParentNode - the node under which the object must be addedpName - the node namepPrimType - the node typepParams - list of parameters
java.lang.Exception
void nodeAdded(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNewNode,
java.io.InputStream pBody)
throws java.lang.Exception
java.lang.Exception
boolean setBodyStream(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
java.io.InputStream pBody,
java.lang.String pMimeType)
throws java.lang.Exception
pMain - the CARS_Main objectpInterfaceNode - the Node which defines the application source or NULLpNode - the node in which the data will be storedpMimeType - the mime type of the data if known, otherwise NULL
java.lang.Exception - when an error occurs.
void getNodes(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pParentNode,
java.lang.String pLeaf)
throws java.lang.Exception
java.lang.Exception
void removeNode(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
nl.msd.jdots.JD_Taglist pParams)
throws java.lang.Exception
pMain - the CARS_Main objectpInterfaceNode - the Node which defines the application source or NULLpNode - the node which has to be removedpParams - list of parameters
java.lang.Exception
javax.jcr.Property setParamProperty(CARS_Main pMain,
javax.jcr.Node pInterfaceNode,
javax.jcr.Node pNode,
java.lang.String pPropName,
java.lang.String pValue)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||