Uses of Class
com.tensegrity.palowebviewer.modules.paloclient.client.XObject

Packages that use XObject
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.modules.paloclient.client   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.action   
com.tensegrity.palowebviewer.modules.ui.client.dimensions   
com.tensegrity.palowebviewer.modules.ui.client.tree   
com.tensegrity.palowebviewer.server.paloaccessor   
it.eng.spagobi.engines.jpalo.modules.listeners.client   
 

Uses of XObject in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client that return XObject
 XObject[] PaloServerModel.getCachedViews(XCube cube)
           
static XObject[] ChildrenGetter.getChildren(XObject object, int type)
          Returns Children of the Object of tahe type.
 XObject[] ChildrenGetter.getChildrenArray(XObject object, int type)
          Returns Children of the Object of tahe type.
 XObject PathCache.getObject(XPath path)
           
 XObject PaloServerModel.getObject(XPath path)
           
 XObject PaloServerModelLogger.getObject(XPath path)
           
 XObject PaloServerModelProxy.getObject(XPath path)
           
 XObject IPaloServerModel.getObject(XPath path)
           
 XObject[] XObjectReplacer.getRenamedObjects()
           
 XObject IEngineService.loadChild(XPath path, java.lang.String childId, int type)
          This methods loads single child specified by path to parend, id and type
 XObject IEngineService.loadChildByName(XPath path, java.lang.String name, int type)
           
 XObject[] IEngineService.loadChildren(XPath path, int type)
          This method loads all children (XObjects) of type of object specified by path.
protected  XObject XObjectReplacer.replace(XObject newObject, XObject oldObject)
           
protected  XObject PathCache.translatePath(XPath path)
           
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XObject
protected  void NameChildLoader.callCallback(XObject xObject)
           
protected  void IDChildLoader.callCallback(XObject xObject)
           
 void IObjectUpdaterListener.childrenArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void IObjectUpdaterListener.childrenArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void ObjectUpdaterListenerCollection.childrenArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void ObjectUpdaterListenerCollection.childrenArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void PaloServerModelListenerCollection.fireChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void PaloServerModelListenerCollection.fireChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void PaloServerModelListenerCollection.fireObjectRenamed(XObject object)
           
static XObject[] ChildrenGetter.getChildren(XObject object, int type)
          Returns Children of the Object of tahe type.
 XObject[] ChildrenGetter.getChildrenArray(XObject object, int type)
          Returns Children of the Object of tahe type.
protected  java.lang.Object LoadingMap.getKey(XObject object, int childType)
           
 com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback LoadingMap.getLoader(XObject object, int childType)
           
 boolean LoadingMap.isLoading(XObject object, int childType)
           
 boolean PaloServerModel.isObjectValid(XObject object)
           
 boolean PaloServerModelLogger.isObjectValid(XObject object)
           
 boolean PaloServerModelProxy.isObjectValid(XObject object)
           
 boolean IPaloServerModel.isObjectValid(XObject object)
          checks if the object belongs to actual model
 void PaloServerModel.loadChildren(XObject object, int type)
           
 void PaloServerModelLogger.loadChildren(XObject object, int type)
           
 void PaloServerModelProxy.loadChildren(XObject object, int type)
           
 void IPaloServerModel.loadChildren(XObject object, int type)
           
 void PaloServerModel.loadPath(XObject hierarchyRoot, XElement element, IElementPathCallback callback)
           
 void PaloServerModelLogger.loadPath(XObject hierarchyRoot, XElement element, IElementPathCallback callback)
           
 void PaloServerModelProxy.loadPath(XObject hierarchyRoot, XElement element, IElementPathCallback callback)
           
 void IPaloServerModel.loadPath(XObject hierarchyRoot, XElement element, IElementPathCallback callback)
           
protected  boolean ReloadSubTreeCallback.needReload(XObject[] children)
           
 void AbstractServerModelListener.objectRenamed(XObject object)
          
 void IPaloServerModelListener.objectRenamed(XObject object)
           
 void IObjectUpdaterListener.objectRenamed(XObject object)
           
 void ObjectUpdaterListenerCollection.objectRenamed(XObject object)
           
 void AbstractServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
          
 void AbstractServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
          
 void IPaloServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void IPaloServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
           
 void IChildLoaderCallback.onChildLoaded(XObject xObject)
           
 void IChildLoadCallback.onChildLoaded(XObject object)
           
 void ViewLoader.onChildLoaded(XObject xObject)
           
 void ViewNameLoader.onChildLoaded(XObject xObject)
           
 void NameChildLoader.onChildLoaded(XObject xObject)
           
 void IDChildLoader.onChildLoaded(XObject xObject)
           
 void AbstractServerModelListener.onObjectLoaded(XObject[] path, XObject object)
          
 void AbstractServerModelListener.onObjectLoaded(XObject[] path, XObject object)
          
 void IInitCallback.onSuccess(XObject[] children)
           
 void PaloServerModel.reloadSubTree(XObject object)
           
 void PaloServerModelLogger.reloadSubTree(XObject obejct)
           
 void PaloServerModelProxy.reloadSubTree(XObject obejct)
           
 void IPaloServerModel.reloadSubTree(XObject obejct)
           
 void XObjectReplacer.replace(XObject[] newObjects, XObject[] oldObjects)
           
 void XObjectReplacer.replace(XObject[] newObjects, XObject[] oldObjects)
           
protected  XObject XObjectReplacer.replace(XObject newObject, XObject oldObject)
           
 void LoadingMap.setFinishLoading(XObject object, int childType)
           
 void LoadingMap.setLoading(XObject object, int childType, com.tensegrity.palowebviewer.modules.engine.client.LoadChildrenCallback loader)
           
protected  void PaloServerModel.setObject(XObject[] path, XObject[] children, int type)
          Sets loaded XObject to the given path Sets loaded object to the path and notifies observers.
protected  void PaloServerModel.setObject(XObject[] path, XObject[] children, int type)
          Sets loaded XObject to the given path Sets loaded object to the path and notifies observers.
 

Constructors in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XObject
CallInitCallbackTask(IInitCallback callback, XObject[] children)
           
LoadingMap.ChildrenKey(XObject object, int childType)
           
ReloadSubTreeCallback(PaloServerModel serverModel, XObject object)
           
VerificationRequest(XObject context, XElement element, IVerificationCallback callback)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server that return XObject
 XObject EngineService.loadChild(XPath path, java.lang.String childId, int type)
           
 XObject EngineLogic.loadChild(XPath path, java.lang.String childId, int type, IEngineContext context)
           
 XObject EngineService.loadChildByName(XPath path, java.lang.String name, int type)
           
 XObject EngineLogic.loadChildByName(XPath path, java.lang.String name, int type, IEngineContext context)
           
 XObject[] EngineService.loadChildren(XPath path, int type)
           
 XObject[] EngineLogic.loadChildren(XPath path, int type, IEngineContext ctx)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.paloclient.client
 

Subclasses of XObject in com.tensegrity.palowebviewer.modules.paloclient.client
 class XAxis
           
 class XConsolidatedElement
           
 class XCube
           
 class XDatabase
           
 class XDefaultView
          This class represents default cube view.
 class XDimension
           
 class XElement
           
 class XElementNode
           
 class XRoot
          XRoot object - is non visual object, which reflects root of web-server structure.
 class XServer
           
 class XSubset
           
 class XView
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return XObject
 XObject XObject.getParent()
           
 XObject[] XObject.getPathArray()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XObject
 boolean XObject.equals(XObject o)
           
 boolean XAxis.equals(XObject o)
           
 void XDimension.set(XObject object)
           
 void XConsolidatedElement.set(XObject object)
           
 void XObject.set(XObject object)
          copies fields of object to this.
 void XAxis.set(XObject object)
           
 void XServer.set(XObject object)
           
 void XSubset.set(XObject object)
           
 void XView.set(XObject object)
           
 void XRoot.set(XObject object)
           
 void XDatabase.set(XObject object)
           
 void XCube.set(XObject object)
           
 void XObject.setParent(XObject parent)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.paloclient.client.misc
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc that return XObject
static XObject[] XArrays.copy(XObject[] array)
           
static XObject[] XArrays.copy(XObject[] array, int type)
           
static XObject[] XArrays.copy(XObject[] array, int i1, int i2)
           
static XObject[] XArrays.copy(XObject[] array, int i1, int i2, int type)
           
static XObject XHelper.findBackByType(XObject object, int type)
           
static XObject XArrays.findById(XObject[] objects, java.lang.String id)
           
static XObject XArrays.findByName(XObject[] objects, java.lang.String name)
           
static XObject XHelper.findInHierarchyById(XObject[] objects, java.lang.String id)
           
static XObject XHelper.findParentByType(XObject object, int type)
           
 XObject[] NodeCollectorVisitor.getCollectedItems()
           
static XObject XHelper.getDenotedObject(XRoot root, XPath path)
           
 XObject NodeCollectorVisitor.getItem(int i)
           
 XObject IdFinder.getResult()
           
 XObject GetChildVisitor.getResult()
           
static XObject[] XArrays.newArray(int type, int size)
           
static XObject[] XArrays.toArray(java.util.List list)
           
static XObject[] XArrays.toArray(java.util.List list, int type)
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XObject
 boolean IXCondition.check(XObject object)
           
static XObject[] XArrays.copy(XObject[] array)
           
static XObject[] XArrays.copy(XObject[] array, int type)
           
static XObject[] XArrays.copy(XObject[] array, int i1, int i2)
           
static XObject[] XArrays.copy(XObject[] array, int i1, int i2, int type)
           
static XPathElement XPathElement.create(XObject x)
           
static boolean XHelper.equalsById(XObject obj1, XObject obj2)
           
static boolean XArrays.equalsByName(XObject[] array1, XObject[] array2)
          Checks if two arrays has the same size and objects in them has equal names.
static boolean XArrays.equalsByName(XObject[] array1, XObject[] array2)
          Checks if two arrays has the same size and objects in them has equal names.
static XObject XHelper.findBackByType(XObject object, int type)
           
static XObject XArrays.findById(XObject[] objects, java.lang.String id)
           
static XObject XArrays.findByName(XObject[] objects, java.lang.String name)
           
static int XArrays.findIndex(XObject[] objects, XObject o)
           
static int XArrays.findIndex(XObject[] objects, XObject o)
           
static int XArrays.findIndexById(XObject[] objects, java.lang.String id)
           
static int XArrays.findIndexByName(XObject[] objects, java.lang.String name)
           
static XObject XHelper.findInHierarchyById(XObject[] objects, java.lang.String id)
           
static XObject XHelper.findParentByType(XObject object, int type)
           
static XRelativePath XHelper.getPathTo(XPath basePath, XObject object)
           
static int XArrays.hashCode(XObject[] array)
           
static boolean XHelper.hierarchyContains(XObject root, XObject checked)
           
static boolean XHelper.isInPath(XObject[] path, XObject object)
           
static boolean XHelper.isInPath(XObject[] path, XObject object)
           
static void XHelper.setParent(XObject[] children, XObject parent)
           
static void XHelper.setParent(XObject[] children, XObject parent)
           
protected  void GetChildVisitor.setResult(XObject value)
           
 void HierarchyVisitor.visit(XObject object)
           
 void ExistanceChecker.visit(XObject object)
           
 void NodeCollectorVisitor.visit(XObject object)
           
 void IXVisitor.visit(XObject object)
           
 void IdFinder.visit(XObject object)
           
 void TypeCastVisitor.visit(XObject obj)
           
static void XHelper.visitHierarchy(XObject obj, IXVisitor visitor)
           
static void XHelper.visitHierarchy(XObject obj, IXVisitor visitor, int depth)
           
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XObject
ExistanceChecker(XObject checkedObject)
           
XPath(XObject[] xPath)
           
XRelativePath(XPath parentPath, XObject object)
           
XRelativePath(XPath parentPath, XObject[] xRelativePath)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.ui.client
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return XObject
 XObject AbstractXObjectEditor.getXObject()
          Returns XObject for the editor.
 XObject XCubeEditor.getXObject()
           
 XObject IXObjectEditor.getXObject()
          Returns XObject for the editor.
 

Methods in com.tensegrity.palowebviewer.modules.ui.client with parameters of type XObject
 IXObjectEditor IXEditorFactory.getEditor(XObject object)
          Create editor for given XObject.
 IXObjectEditor XEditorFactory.getEditor(XObject object)
           
protected abstract  boolean AbstractXObjectEditor.hasChanged(XObject[] path, XObject[] oldChildren, int type)
           
protected abstract  boolean AbstractXObjectEditor.hasChanged(XObject[] path, XObject[] oldChildren, int type)
           
protected  boolean XCubeEditor.hasChanged(XObject[] path, XObject[] oldChildren, int type)
           
protected  boolean XCubeEditor.hasChanged(XObject[] path, XObject[] oldChildren, int type)
           
protected abstract  boolean AbstractXObjectEditor.isObjectPart(XObject object)
           
protected  boolean XCubeEditor.isObjectPart(XObject object)
           
 void UIManager.openEditor(XObject object)
           
 void TabManager.openXObjectEditorTab(XObject xObject)
           
protected  void AbstractXObjectEditor.setObject(XObject object)
          Set XObject to edit.
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type XObject
AbstractXObjectEditor(IEngine engine, XObject object)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.ui.client.action
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.action with parameters of type XObject
 void IXActionListener.onAction(XObject object)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.ui.client.dimensions
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.dimensions that return XObject
 XObject MissingElementMessage.getContext()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.dimensions with parameters of type XObject
InvalidExpandedElementMessage(XObject context, XElement element)
           
InvalidSelectedElementMessage(XObject context, XElement element)
           
InvalidSelectedElementMessage(XObject context, XElement element, IUserCallback callback)
           
MissingElementMessage(XObject context, XElement element)
           
MissingElementMessage(XObject context, XElement element, IUserCallback callback)
           
 

Uses of XObject in com.tensegrity.palowebviewer.modules.ui.client.tree
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.tree that return XObject
 XObject PaloTreeModel.PaloTreeNode.getXObject()
           
protected  XObject[] ElementsFolder.getXObjectChildren()
           
protected  XObject[] ElementNodeNode.getXObjectChildren()
           
protected  XObject[] CubeNode.getXObjectChildren()
           
protected abstract  XObject[] PaloTreeModel.PaloTreeNode.getXObjectChildren()
           
protected  XObject[] RootNode.getXObjectChildren()
           
protected  XObject[] ViewFolderNode.getXObjectChildren()
           
protected  XObject[] DatabaseNode.getXObjectChildren()
           
protected  XObject[] DimensionsFolderNode.getXObjectChildren()
           
protected  XObject[] CubesFolderNode.getXObjectChildren()
           
protected  XObject[] ViewNode.getXObjectChildren()
           
protected  XObject[] ServerNode.getXObjectChildren()
           
protected  XObject[] SubsetElementFolder.getXObjectChildren()
           
protected  XObject[] SubsetNode.getXObjectChildren()
           
protected  XObject[] DimensionNode.getXObjectChildren()
           
protected  XObject[] SubsetsFolder.getXObjectChildren()
           
protected  XObject[] CubeDimensionsFolderNode.getXObjectChildren()
           
 XObject[] PaloTreeModel.PaloTreeNode.getXObjectPath()
           
 

Methods in com.tensegrity.palowebviewer.modules.ui.client.tree with parameters of type XObject
 void CubeNode.childrenChanged(XObject[] oldChildren, int type)
           
 void PaloTreeModel.PaloTreeNode.childrenChanged(XObject[] oldChildren, int type)
           
 void DatabaseNode.childrenChanged(XObject[] oldChildren, int type)
           
 void SubsetNode.childrenChanged(XObject[] oldChildren, int type)
           
 void DimensionNode.childrenChanged(XObject[] oldChildren, int type)
           
protected  PaloTreeModel.PaloTreeNode ElementsFolder.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode ElementNodeNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode CubeNode.createNode(XObject obj)
           
protected abstract  PaloTreeModel.PaloTreeNode PaloTreeModel.PaloTreeNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode RootNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode ViewFolderNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode DatabaseNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode DimensionsFolderNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode CubesFolderNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode ViewNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode ServerNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode SubsetElementFolder.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode SubsetNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode DimensionNode.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode SubsetsFolder.createNode(XObject obj)
           
protected  PaloTreeModel.PaloTreeNode CubeDimensionsFolderNode.createNode(XObject obj)
           
 PaloTreeModel.PaloTreeNode PaloTreeModel.getNodeForXObject(XObject object)
           
protected  TreePath PaloTreeModel.toTreePath(XObject[] path)
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.tree with parameters of type XObject
FolderNode(PaloTreeModel model, XObject object)
           
PaloTreeModel.PaloTreeNode(PaloTreeModel treeModel, XObject object)
           
 

Uses of XObject in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return XObject
 XObject XObjectPathCache.getCachedObject(XPath path)
           
 XObject XObjectPathCache.getCachedObject(XPath path, XObject o)
           
 XObject PaloAccessor.getLastObject(XPath path, org.palo.api.Connection connection)
          constructs object for given path.
 XObject XObjectPathCache.getObject(XPath path, org.palo.api.Connection connection)
           
 XObject[] PaloAccessor.loadChildren(XPath path, int type, org.palo.api.Connection connection)
           
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XObject
 XObject XObjectPathCache.getCachedObject(XPath path, XObject o)
           
static XElement[] PaloHelper.getXElements(org.palo.api.Consolidation[] consolidation, XObject parent)
           
 void XObjectPathCache.put(XPath path, XObject o)
           
static XElement PaloHelper.wrapElement(org.palo.api.Element element, XObject parent)
           
static XElementNode PaloHelper.wrapElementNode(org.palo.api.ElementNode node, XObject parent, XDimension dimension)
           
static XElementNode[] PaloHelper.wrapElementNodes(org.palo.api.ElementNode[] nodes, XObject parent, XDimension dimension)
           
static XSubset PaloHelper.wrapSubset(org.palo.api.Subset subset, XObject parent)
           
 

Uses of XObject in it.eng.spagobi.engines.jpalo.modules.listeners.client
 

Methods in it.eng.spagobi.engines.jpalo.modules.listeners.client with parameters of type XObject
 void SpagoBIServerModelListener.objectRenamed(XObject object)
          
 void SpagoBIServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
          
 void SpagoBIServerModelListener.onChildArrayChanged(XObject[] path, XObject[] oldChildren, int type)
          
 void SpagoBIServerModelListener.onObjectLoaded(XObject[] path, XObject object)
          
 void SpagoBIServerModelListener.onObjectLoaded(XObject[] path, XObject object)