| Home >> All >> com >> flexstor >> common >> [ data Javadoc ] |
| | com.flexstor.common.data.edit.* (2) | | com.flexstor.common.data.ejb.* (95) |
| | com.flexstor.common.data.translog.* (5) |
com.flexstor.common.data: Javadoc index of package com.flexstor.common.data.
Package Samples:
com.flexstor.common.data.translog
com.flexstor.common.data.ejb
com.flexstor.common.data.ejb.where
com.flexstor.common.data.ejb.util
com.flexstor.common.data.ejb.user
com.flexstor.common.data.ejb.translog
com.flexstor.common.data.ejb.setting
com.flexstor.common.data.ejb.server
com.flexstor.common.data.ejb.sequence
com.flexstor.common.data.ejb.search
com.flexstor.common.data.ejb.role
com.flexstor.common.data.ejb.property
com.flexstor.common.data.ejb.privilege
com.flexstor.common.data.ejb.privasset
com.flexstor.common.data.ejb.machine
com.flexstor.common.data.ejb.lookup
com.flexstor.common.data.ejb.filestorage
com.flexstor.common.data.ejb.field
com.flexstor.common.data.ejb.display
com.flexstor.common.data.ejb.display.field
Classes:
DisguiseDataBuild: This interface defines a Disguise of the FLEXSTOR.db system. An instance of Disguise is accessed by the client to retrieve all of the user information. Developer Notes: There will be a MaintenanceBean for adding, deleting, and updating Disguise objects to the database. A User will request a Disguise Object by the Identifier
AssetTree: For a single disguise, this object is filled by the SearchResultRetrievalBean.getAssetsStructure() method with information about some assets in a tree-like structure. The root element of the tree contains the disguise id, the next level contains the element bucket and from there downwards are all assets in their hierarchical structure (primary parent, child, parent, child, etc).
ActionResult: ActionResult returns the result from a service performed to an ActionData object. It returns the ActionData object with only those records that succeeded; those with failures are returned in a Vector. All services for FLEXSTORdb should return this object in the return value of the go method.
ActionData: A common data object used to send information among the client, the appserver and ejb server. ActionData contains a list of RecordData; which is the object containing all the values and properties for performing an operation in a bucket, element, asset or asset_role.
SettingData: Abstact superclass for all "setting" dataobjects. Each setting has a name which is also its primary key in the database. key is an oracle byte array which identifies one record in the database. editable indicates if the setting can be modified
Data: This class is used by all FLEXSTOR.db serializable data objects. It allows for a common superclass. It contains variables for setting states for objects (New, Updated, Deleted, Unchanged); this states are mainly used in the Admin Tool.
RecordData: Generic Record Data object that is passed from client to database and appserver. Note that this is an abstract class. The additional properites of this class will be stored as attributes in its subclasses.
ImportSettingData: This class supports underlying state data for ImportSetting . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
EmailAddressData: This class supports state data for EMailAddress . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
FtpAddressData: This class supports state data for FtpAddress . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
ClientDisguiseData: This is the dataobject used to retrieve information for a particular Disguise. It is used exclusively by the client. This object is normally created by the Bean after a user request.
DisguiseData: This is the dataobject used to retrieve information for a particular Disguise. It is used exclusively by the client. This object is normally created by the Bean after a user request.
ServerData: This class supports state data for Server . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
GroupData: This class supports state data for Group . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
RoleData: This class supports state data for Role . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
UserData: This class supports state data for User . A Data class holds all of the state information for a corresponding class and reference pointers to other classes
ApplicationData: This class supports state data for Application. A Data class holds all of the state information for a corresponding class that contains references to other Data Objects.
AdvancedItemData: Data item for advanced search. Advanced search is of the form bucket.field op1 value1 and/or(relation) bucket.field op2 value2 {And, only if not the last element}
ApplicationDataBuild: This class supports state data for Application. A Data class holds all of the state information for a corresponding class that does not references to other classes
DisplayBucketDataBuild: This will be the Client "Read" object for retrieving Data from the object. This will be passed to the client when they do a Home.create().getDataObject(key)
DisplayFieldDataBuild: This will be the Client "Read" object for retrieving Data from the object. This will be passed to the client when they do a Home.create().getDataObject(key)
DisplayLayoutDataBuild: This will be the Client "Read" object for retrieving Data from the object. This will be passed to the client when they do a Home.create().getDataObject(key)
LookupDataBuild: This will be the Client "Read" object for retrieving Data from the object. This will be passed to the client when they do a Home.create().getDataObject(key)
MachineData: This class supports state data for Machine . A Data class holds all of the state information for Machine and reference pointers to other classes
PrivAssetData: This will be the Client "Read" object for retrieving Data from the object. This will be passed to the client when they do a Home.create(key).getDataObject()
| Home | Contact Us | Privacy Policy | Terms of Service |