Package com.soffid.iam.iga.service
Interface CustomObjectService
public interface CustomObjectService
Service CustomObjectService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation createCustomObjectvoidOperation deleteCustomObjectfindCustomObjectByTypeAndName(String objectType, String name) Operation findCustomObjectByTypeAndNamefindCustomObjectNames(String objectType) Operation findCustomObjectNamescom.soffid.zkdb.api.PagedResult<CustomObject>findCustomObjects(String objectType, com.soffid.zkdb.api.Query query) Operation findCustomObjectsOperation loadOperation updateCustomObject
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
createCustomObject
Operation createCustomObject- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectByTypeAndName
CustomObject findCustomObjectByTypeAndName(String objectType, String name) throws InternalErrorException Operation findCustomObjectByTypeAndName- Parameters:
objectType-name-- Returns:
- Throws:
InternalErrorException
-
load
Operation load- Parameters:
id-- Returns:
- Throws:
InternalErrorException
-
updateCustomObject
Operation updateCustomObject- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findCustomObjects
com.soffid.zkdb.api.PagedResult<CustomObject> findCustomObjects(String objectType, com.soffid.zkdb.api.Query query) throws InternalErrorException Operation findCustomObjects- Parameters:
objectType-query-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectNames
Operation findCustomObjectNames- Parameters:
objectType-- Returns:
- Throws:
InternalErrorException
-
deleteCustomObject
Operation deleteCustomObject- Parameters:
obj-- Throws:
InternalErrorException
-