|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
IBAService provides client invokable methods to IBA services. These
methods are executed on the server side.
Currently, clients cannot lock the returned object.
Supported API: false
Extendable: false
Method Summary | |
AttributeDefNodeView |
copyAttributeDefinition(AttributeDefNodeView sourceNode,
AttributeDefNodeView targetParentNode)
Copies the current AttributeDefNodeView along with its children and attached them to the AttributeDefNodeView parent node. |
AttributeDefNodeView |
copyAttributeDefinition(AttributeDefNodeView sourceNode,
AttributeOrgNodeView targetParentNode)
Copies the current AttributeDefNodeView and its children and attached them to the new AttributeOrgNodeView parent node. |
AttributeOrgNodeView |
copyAttributeOrganizer(AttributeOrgNodeView sourceNode,
AttributeOrgNodeView targetParentNode)
Copies the current AttributeOrgNodeView along with its children and attaches them to the new parent node. |
AttributeDefDefaultView |
createAttributeDefinition(AttributeDefDefaultView attributeDef)
Creates the given attribute definition. |
AttributeOrgDefaultView |
createAttributeOrganizer(AttributeOrgDefaultView attributeOrg)
Creates the given Attribute Organizer. |
void |
deleteAttributeDefinition(AttributeDefDefaultView attributeDef)
Deletes the given attribute definition and all its children.. |
void |
deleteAttributeDefinition(AttributeDefNodeView node)
Permantly delete the Attribute Definition node and its children from the DB. |
void |
deleteAttributeOrganizer(AttributeOrgDefaultView attributeOrg)
Deletes the given attribute organizer and all its children. |
void |
deleteAttributeOrganizer(AttributeOrgNodeView node)
Deletes the given attribute organizer and all its children. |
AbstractAttributeDefinizerNodeView[] |
getAttributeChildren(AbstractAttributeDefinizerNodeView node)
Returns all the direct children of the given attribute node. |
AttributeDefDefaultView |
getAttributeDefDefaultView(AttributeDefNodeView attributeDef)
Gets the attribute definition given the attribute node. |
AttributeDefDefaultView |
getAttributeDefDefaultViewByPath(String path)
Get an attribute definition by specifing the path. |
AttributeOrgNodeView[] |
getAttributeOrganizerRoots()
Returns the root (first) level of all the Attribute Organizer. |
AttributeOrgDefaultView |
getAttributeOrgDefaultView(AttributeOrgNodeView attributeOrg)
Returns the lite attribute organizer (AttributeOrgDefaultView) given the node. |
AttributeDefDefaultView |
refreshAttributeDefDefaultView(AttributeDefDefaultView attributeDef)
Refreshes the given AttributeDefDefaultView by reloading the state of the same object from the DB. |
AttributeDefNodeView |
refreshAttributeDefNodeView(AttributeDefNodeView node)
Refreshes the current AttributeDefNodeView by reloading its state from the DB. |
AttributeOrgDefaultView |
refreshAttributeOrgDefaultView(AttributeOrgDefaultView attributeOrg)
Refreshes the given AttributeOrgDefaultView by reloading the state of the object from the DB. |
AttributeOrgNodeView |
refreshAttributeOrgNodeView(AttributeOrgNodeView node)
Refreshes the current AttributeOrgNodeView by reloading its state from the DB. |
AttributeDefDefaultView |
updateAttributeDefinition(AttributeDefDefaultView node)
Updates the current Attribute Definition by saving its state to the DB. |
AttributeDefNodeView |
updateAttributeDefinition(AttributeDefNodeView node)
Updates the current Attribute Definition node by saving its state to the DB. |
AttributeOrgDefaultView |
updateAttributeOrganizer(AttributeOrgDefaultView node)
Updates the current Attribute Organizer by saving its state to the DB. |
AttributeOrgNodeView |
updateAttributeOrganizer(AttributeOrgNodeView node)
Updates the current Attribute Organizer node by saving its state to the DB. |
Method Detail |
public AttributeOrgNodeView copyAttributeOrganizer(AttributeOrgNodeView sourceNode, AttributeOrgNodeView targetParentNode) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
sourceNode
- targetParentNode
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeDefNodeView copyAttributeDefinition(AttributeDefNodeView sourceNode, AttributeOrgNodeView targetParentNode) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
sourceNode
- targetParentNode
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeDefNodeView copyAttributeDefinition(AttributeDefNodeView sourceNode, AttributeDefNodeView targetParentNode) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
sourceNode
- targetParentNode
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeDefDefaultView createAttributeDefinition(AttributeDefDefaultView attributeDef) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
attributeDef
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeOrgDefaultView createAttributeOrganizer(AttributeOrgDefaultView attributeOrg) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
attributeOrg
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public void deleteAttributeDefinition(AttributeDefDefaultView attributeDef) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
attributeDef
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public void deleteAttributeOrganizer(AttributeOrgDefaultView attributeOrg) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
attributeOrg
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public void deleteAttributeOrganizer(AttributeOrgNodeView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public void deleteAttributeDefinition(AttributeDefNodeView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeOrgNodeView[] getAttributeOrganizerRoots() throws WTException, RemoteException
WTException
RemoteException
public AbstractAttributeDefinizerNodeView[] getAttributeChildren(AbstractAttributeDefinizerNodeView node) throws WTException, RemoteException
node
-
WTException
RemoteException
public AttributeDefDefaultView getAttributeDefDefaultView(AttributeDefNodeView attributeDef) throws WTException, RemoteException
attributeDef
-
WTException
RemoteException
public AttributeDefDefaultView getAttributeDefDefaultViewByPath(String path) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
path
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeOrgDefaultView getAttributeOrgDefaultView(AttributeOrgNodeView attributeOrg) throws WTException, RemoteException
attributeOrg
-
WTException
RemoteException
public AttributeDefDefaultView refreshAttributeDefDefaultView(AttributeDefDefaultView attributeDef) throws WTException, RemoteException
attributeDef
-
WTException
RemoteException
public AttributeOrgDefaultView refreshAttributeOrgDefaultView(AttributeOrgDefaultView attributeOrg) throws WTException, RemoteException
attributeOrg
-
WTException
RemoteException
public AttributeDefNodeView refreshAttributeDefNodeView(AttributeDefNodeView node) throws WTException, RemoteException
node
-
WTException
RemoteException
public AttributeOrgNodeView refreshAttributeOrgNodeView(AttributeOrgNodeView node) throws WTException, RemoteException
node
-
WTException
RemoteException
public AttributeDefDefaultView updateAttributeDefinition(AttributeDefDefaultView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeOrgDefaultView updateAttributeOrganizer(AttributeOrgDefaultView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeDefNodeView updateAttributeDefinition(AttributeDefNodeView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
public AttributeOrgNodeView updateAttributeOrganizer(AttributeOrgNodeView node) throws IBADefinitionException, NotAuthorizedException, WTException, RemoteException
node
-
IBADefinitionException
NotAuthorizedException
WTException
RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |