Uses of Class
com.orchestranetworks.userservice.ObjectKey
Packages that use ObjectKey
-
Uses of ObjectKey in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return ObjectKeyModifier and TypeMethodDescriptionstatic ObjectKeyReturns an object key given a name.UserServicePaneWriter.getCurrentObjectKey()Returns the key of the current object.Methods in com.orchestranetworks.userservice with parameters of type ObjectKeyModifier and TypeMethodDescriptionvoidAdds an object to be created or updated.voidUserServiceTransaction.add(ObjectKey anObjectKey, UserServiceTransaction.DeletedObjectOutcome aDeletedObjectOutcome) Adds an object to be created or updated.UserServiceGetCreatedRecordContext.getCreatedRecord(ObjectKey aKey) If a record was created using the methodUserServiceTransaction.add(ObjectKey), then this method will return the corresponding adaptation.UserServiceObjectContext.getPermission(ObjectKey anObjectKey, Path aPath) Returns the current user's access rights on the node of a user service object.UserServiceObjectContext.getValueContext(ObjectKey anObjectKey) Returns the value context for objectObjectKey.UserServiceObjectContext.getValueContext(ObjectKey anObjectKey, Path aPath) Returns the value context for objectObjectKeyand pathaPath.UserServiceObjectContextForInputValidation.getValueContext(ObjectKey anObjectKey) Returns the value context for objectObjectKey.UserServiceObjectContextForInputValidation.getValueContext(ObjectKey anObjectKey, Path aPath) Returns the value context for objectObjectKeyand pathaPath.booleanUserServiceObjectContext.isDataDeleted(ObjectKey anObjectKey) Returns true if the underlying record or dataset has been deleted, possibly by another user.Creates a new tab containing a standard pane representingaPathchildren.UserServiceTabbedPane.newTabsFromPath(ObjectKey anObjectKey, Path aPath) Iterates through a path and its children to create a tab for each path which should be displayed in the tab.voidUserServiceObjectContextBuilder.registerBean(ObjectKey anObjectKey, BeanDefinition aBeanDefinition) Registers a non-persistent bean object.voidUserServiceObjectContextBuilder.registerBean(ObjectKey anObjectKey, BeanDefinition aBeanDefinition, Object anObject) Registers a non-persistent bean object.voidUserServiceObjectContextBuilder.registerNewDuplicatedRecord(ObjectKey anObjectKey, Adaptation aRecord) Registers a new duplicated record in the object context.voidUserServiceObjectContextBuilder.registerNewRecord(ObjectKey anObjectKey, AdaptationTable aTable) Registers a new record in the object context.voidUserServiceObjectContextBuilder.registerRecordOrDataSet(ObjectKey anObjectKey, Adaptation aRecordOrDataSet) Registers an existing record or dataset in the object context.Updates or creates a list of previously registered objects.Updates or creates a list of previously registered objects.voidUserServicePaneWriter.setCurrentObject(ObjectKey anObjectKey) Sets the current object that will be used to resolve path expressions.voidUserServiceDisplayConfigurator.setToolbar(Toolbar aToolbar, ObjectKey anObjectKey, boolean isForTable) Sets the toolbar to one defined programmatically for a record or a table.voidUserServiceDisplayConfigurator.setToolbar(String aToolbarName, ObjectKey anObjectKey, boolean isForTable) Sets the toolbar to one defined in a schema for a record or a table.voidUserServiceObjectContextBuilder.unregisterObject(ObjectKey anObjectKey) Unregisters an object from the object context.