|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.wim.RepositoryImpl
public abstract class RepositoryImpl
The default implementation of Repository interface.
Field Summary | |
---|---|
java.lang.String |
iReposId
|
Constructor Summary | |
---|---|
RepositoryImpl()
|
Method Summary | |
---|---|
commonj.sdo.DataObject |
create(commonj.sdo.DataObject root)
Creates the entity under the given root data object. |
commonj.sdo.DataObject |
createSchema(commonj.sdo.DataObject root)
Creates the schema of new entity types and property types at runtime. |
commonj.sdo.DataObject |
delete(commonj.sdo.DataObject identifiers)
Delete the entity specified in the root data object. |
commonj.sdo.DataObject |
get(commonj.sdo.DataObject root)
Returns information of the specified entities. |
java.lang.String |
getRepositoryId()
|
commonj.sdo.DataObject |
getSchema(commonj.sdo.DataObject root)
Retrieve the repository specific schema information of entity types and property types. |
void |
initialize(commonj.sdo.DataObject reposConfig)
Initializes the adapter. |
commonj.sdo.DataObject |
login(commonj.sdo.DataObject root)
Authenticates the account data object in the specified root data object. |
commonj.sdo.DataObject |
search(commonj.sdo.DataObject root)
Searches the profile repositories for entities matching the given search expression and returns them with the requested properties. |
commonj.sdo.DataObject |
update(commonj.sdo.DataObject root)
Updates entity specified in the root data object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String iReposId
Constructor Detail |
---|
public RepositoryImpl()
Method Detail |
---|
public java.lang.String getRepositoryId()
public void initialize(commonj.sdo.DataObject reposConfig) throws WIMException
Repository
initialize
in interface Repository
reposConfig
- The DataObject which contains configuration data of this adapter.
WIMException
public commonj.sdo.DataObject create(commonj.sdo.DataObject root) throws WIMException
Repository
create
in interface Repository
root
- The root data object which contains the entity to be created.
WIMException
public commonj.sdo.DataObject get(commonj.sdo.DataObject root) throws WIMException
Repository
get
in interface Repository
root
- The root data object containing the request information.
WIMException
public commonj.sdo.DataObject delete(commonj.sdo.DataObject identifiers) throws WIMException
Repository
delete
in interface Repository
identifiers
- The root data object which contains the entity to delete.
The identifier of the entity should be specified.
WIMException
public commonj.sdo.DataObject update(commonj.sdo.DataObject root) throws WIMException
Repository
update
in interface Repository
root
- The root data object containing entity with changes need to update.
WIMException
public commonj.sdo.DataObject search(commonj.sdo.DataObject root) throws WIMException
Repository
search
in interface Repository
root
- the root data object containing the control(s) related to search.
WIMException
public commonj.sdo.DataObject login(commonj.sdo.DataObject root) throws WIMException
Repository
login
in interface Repository
root
- the root data object containing the account to authenticate.
WIMException
public commonj.sdo.DataObject createSchema(commonj.sdo.DataObject root) throws WIMException
Repository
createSchema
in interface Repository
root
- The input root data object which contains the information of the new entity and property types.
WIMException
public commonj.sdo.DataObject getSchema(commonj.sdo.DataObject root) throws WIMException
Repository
getSchema
in interface Repository
root
- The input root data object which contains the request information.
WIMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |