|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.designer.domino.scripting.api.published.PublishedUtil
public class PublishedUtil
Published Data Source Utilities.
| Constructor Summary | |
|---|---|
PublishedUtil()
|
|
| Method Summary | |
|---|---|
static void |
getAllPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project)
Given a map, a node and the current project, this method will return all PublishedObjects that are relevant to the provided node. |
static void |
getAllPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project,
boolean addCurrentDocument)
Given a map, a node and the current project, this method will return all PublishedObjects that are relevant to the provided node. |
static void |
getPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project,
boolean addCurrentDocument)
Given a map, a node and the current project, this method will return PublishedObjects that are relevent to the provided node. |
static boolean |
isViewDataSupported(IScriptData.PublishedObject po)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublishedUtil()
| Method Detail |
|---|
public static void getAllPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project)
throws com.ibm.designer.prj.resources.commons.DesignerProjectException
map - a map containing name - PublishedObject pairsnode - the currently selected node on the XSP page.project - the current project.
com.ibm.designer.prj.resources.commons.DesignerProjectException
public static void getAllPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project,
boolean addCurrentDocument)
throws com.ibm.designer.prj.resources.commons.DesignerProjectException
map - a map containing name - PublishedObject pairsnode - the currently selected node on the XSP page.project - the current project.addCurrentDocument - a flag which indicates whether or not the current document datasource should be added
to the map.
com.ibm.designer.prj.resources.commons.DesignerProjectException
public static void getPublishedObjects(java.util.Map<java.lang.String,IScriptData.PublishedObject> map,
org.w3c.dom.Node node,
DesignerProject project,
boolean addCurrentDocument)
throws com.ibm.designer.prj.resources.commons.DesignerProjectException
map - a map containing name - PublishedObject pairsnode - the currently selected node on the XSP page.project - the current project.
com.ibm.designer.prj.resources.commons.DesignerProjectException
public static boolean isViewDataSupported(IScriptData.PublishedObject po)
throws java.lang.NullPointerException
po -
java.lang.NullPointerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||