com.evolveum.midpoint.web.repo
Class RepositoryManagerImpl
java.lang.Object
com.evolveum.midpoint.web.repo.RepositoryManagerImpl
- All Implemented Interfaces:
- RepositoryManager
@Component
public class RepositoryManagerImpl
- extends java.lang.Object
- implements RepositoryManager
- Author:
- lazyman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryManagerImpl
public RepositoryManagerImpl()
listObjects
public ObjectListType listObjects(java.lang.Class<? extends ObjectType> objectType,
int offset,
int count)
- Specified by:
listObjects
in interface RepositoryManager
searchObjects
public ObjectListType searchObjects(java.lang.String name)
- Specified by:
searchObjects
in interface RepositoryManager
getObject
public ObjectType getObject(java.lang.String oid)
- Specified by:
getObject
in interface RepositoryManager
saveObject
public boolean saveObject(ObjectType object)
- Specified by:
saveObject
in interface RepositoryManager
deleteObject
public boolean deleteObject(java.lang.String oid)
- Specified by:
deleteObject
in interface RepositoryManager
addObject
public java.lang.String addObject(ObjectType object)
throws ObjectAlreadyExistsException
- Specified by:
addObject
in interface RepositoryManager
- Throws:
ObjectAlreadyExistsException
Copyright © 2011 evolveum. All Rights Reserved.