Package com.soffid.iam.base.service
Interface AdditionalDataService
public interface AdditionalDataService
Service AdditionalDataService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation createOperation createOperation createCustomObjectTypevoidOperation deletevoidOperation deletevoidOperation deleteCustomObjectTypecom.soffid.zkdb.api.PagedResult<CustomObjectType>findCustomObjectType(com.soffid.zkdb.api.Query query) Operation findCustomObjectTypeOperation findCustomObjectTypeByNamefindDataTypeByName(String codi) Operation findDataTypeByNamefindDataTypes(MetadataScope scope) Operation findDataTypes Retrieves the not builtin attributesfindDataTypes2(MetadataScope scope) Operation findDataTypes2 Retrieves the bultin and not builtin attributesfindDataTypesByName(String codi) Operation findDataTypesByNamefindDataTypesByObjectTypeAndName(String objectType, String codi) Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributesfindDataTypesByObjectTypeAndName2(String objectType, String codi) Operation findDataTypesByObjectTypeAndName2 Retrieves the bultin and not builtin attributesfindDataTypesByScopeAndName(MetadataScope scope, String codi) Operation findDataTypesByScopeAndNameOperation findExtensibleObjectRegisterOperation findExtensibleObjectRegistersfindSystemDataType(String system, String name) Operation findSystemDataTypefindSystemDataTypes(String system) Operation findSystemDataTypes Retrieves the not builtin attributesfindSystemDataTypes2(String system) Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributesOperation getAccessLevelOperation getDataTypesgetGenAIMetadata(String engine) Operation getGenAIMetadatavoidOperation registerExtensibleObjectvoidregisterStandardObject(String resourceName, MetadataScope scope, boolean reset) Operation registerStandardObjectOperation updateOperation updateOperation updateCustomObjectType
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getAccessLevel
Operation getAccessLevel- Parameters:
type-- Returns:
- Throws:
InternalErrorException
-
create
Operation create- Parameters:
tipusDada-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findSystemDataType
DataType findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException Operation findSystemDataType- Parameters:
system-name-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypeByName
Operation findDataTypeByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
Operation update- Parameters:
tipusDada-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
create
Operation create- Parameters:
dadaUsuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
update
Operation update- Parameters:
dadaUsuari-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
createCustomObjectType
Operation createCustomObjectType- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectTypeByName
Operation findCustomObjectTypeByName- Parameters:
name-- Returns:
- Throws:
InternalErrorException
-
updateCustomObjectType
Operation updateCustomObjectType- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findExtensibleObjectRegister
Operation findExtensibleObjectRegister- Parameters:
name-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectType
com.soffid.zkdb.api.PagedResult<CustomObjectType> findCustomObjectType(com.soffid.zkdb.api.Query query) throws InternalErrorException Operation findCustomObjectType- Parameters:
query-- Returns:
- Throws:
InternalErrorException
-
findDataTypes
Collection<DataType> findDataTypes(MetadataScope scope) throws InternalErrorException, InternalErrorException Operation findDataTypes Retrieves the not builtin attributes- Parameters:
scope-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypes2
Collection<DataType> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException Operation findDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
scope-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypesByObjectTypeAndName
Collection<DataType> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributes- Parameters:
objectType-codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypesByObjectTypeAndName2
Collection<DataType> findDataTypesByObjectTypeAndName2(String objectType, String codi) throws InternalErrorException, InternalErrorException Operation findDataTypesByObjectTypeAndName2 Retrieves the bultin and not builtin attributes- Parameters:
objectType-codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypesByName
Collection<DataType> findDataTypesByName(String codi) throws InternalErrorException, InternalErrorException Operation findDataTypesByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findDataTypesByScopeAndName
Collection<DataType> findDataTypesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException Operation findDataTypesByScopeAndName- Parameters:
scope-codi-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getDataTypes
Operation getDataTypes- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findExtensibleObjectRegisters
Operation findExtensibleObjectRegisters- Returns:
- Throws:
InternalErrorException
-
findSystemDataTypes
List<DataType> findSystemDataTypes(String system) throws InternalErrorException, InternalErrorException Operation findSystemDataTypes Retrieves the not builtin attributes- Parameters:
system-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
findSystemDataTypes2
List<DataType> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
system-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getGenAIMetadata
Operation getGenAIMetadata- Parameters:
engine-- Returns:
- Throws:
InternalErrorException
-
delete
Operation delete- Parameters:
tipusDada-- Throws:
InternalErrorExceptionInternalErrorException
-
delete
Operation delete- Parameters:
dadaUsuari-- Throws:
InternalErrorExceptionInternalErrorException
-
deleteCustomObjectType
Operation deleteCustomObjectType- Parameters:
obj-- Throws:
InternalErrorException
-
registerExtensibleObject
Operation registerExtensibleObject- Parameters:
register-- Throws:
InternalErrorException
-
registerStandardObject
void registerStandardObject(String resourceName, MetadataScope scope, boolean reset) throws InternalErrorException Operation registerStandardObject- Parameters:
resourceName-scope-reset-- Throws:
InternalErrorException
-