Package com.soffid.iam.service
Interface AdditionalDataService
-
public interface AdditionalDataServiceService AdditionalDataService
-
-
Field Summary
Fields Modifier and Type Field Description static StringREMOTE_PATHstatic StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTypecreate(DataType tipusDada)Operation createUserDatacreate(UserData dadaUsuari)Operation createCustomObjectTypecreateCustomObjectType(CustomObjectType obj)Operation createCustomObjectTypevoiddelete(DataType tipusDada)Operation deletevoiddelete(UserData dadaUsuari)Operation deletevoiddeleteCustomObjectType(CustomObjectType obj)Operation deleteCustomObjectTypeCollection<CustomObjectType>findCustomObjectTypeByJsonQuery(String query)Operation findCustomObjectTypeByJsonQueryCustomObjectTypefindCustomObjectTypeByName(String name)Operation findCustomObjectTypeByNameDataTypefindDataTypeByName(String codi)Operation findDataTypeByNameCollection<DataType>findDataTypes(MetadataScope scope)Operation findDataTypes Retrieves the not builtin attributesCollection<DataType>findDataTypes2(MetadataScope scope)Operation findDataTypes2 Retrieves the bultin and not builtin attributesCollection<DataType>findDataTypesByName(String codi)Operation findDataTypesByNameCollection<DataType>findDataTypesByObjectTypeAndName(String objectType, String codi)Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributesCollection<DataType>findDataTypesByObjectTypeAndName2(String objectType, String codi)Operation findDataTypesByObjectTypeAndName2 Retrieves the bultin and not builtin attributesCollection<DataType>findDataTypesByScopeAndName(MetadataScope scope, String codi)Operation findDataTypesByScopeAndNameExtensibleObjectRegisterfindExtensibleObjectRegister(String name)Operation findExtensibleObjectRegisterList<ExtensibleObjectRegister>findExtensibleObjectRegisters()Operation findExtensibleObjectRegistersDataTypefindSystemDataType(String system, String name)Operation findSystemDataTypeList<DataType>findSystemDataTypes(String system)Operation findSystemDataTypes Retrieves the not builtin attributesList<DataType>findSystemDataTypes2(String system)Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributesAccountAccessLevelEnumgetAccessLevel(CustomObjectType type)Operation getAccessLevelCollection<DataType>getDataTypes()Operation getDataTypesvoidregisterExtensibleObject(ExtensibleObjectRegister register)Operation registerExtensibleObjectvoidregisterStandardObject(String resourceName, MetadataScope scope, boolean reset)Operation registerStandardObjectDataTypeupdate(DataType tipusDada)Operation updateUserDataupdate(UserData dadaUsuari)Operation updateCustomObjectTypeupdateCustomObjectType(CustomObjectType obj)Operation updateCustomObjectType
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createCustomObjectType
CustomObjectType createCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation createCustomObjectType- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectTypeByName
CustomObjectType findCustomObjectTypeByName(String name) throws InternalErrorException
Operation findCustomObjectTypeByName- Parameters:
name-- Returns:
- Throws:
InternalErrorException
-
updateCustomObjectType
CustomObjectType updateCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation updateCustomObjectType- Parameters:
obj-- Returns:
- Throws:
InternalErrorException
-
findExtensibleObjectRegister
ExtensibleObjectRegister findExtensibleObjectRegister(String name) throws InternalErrorException
Operation findExtensibleObjectRegister- Parameters:
name-- Returns:
- Throws:
InternalErrorException
-
getAccessLevel
AccountAccessLevelEnum getAccessLevel(CustomObjectType type) throws InternalErrorException
Operation getAccessLevel- Parameters:
type-- Returns:
- Throws:
InternalErrorException
-
create
UserData create(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
dadaUsuari-- Returns:
- Throws:
InternalErrorException
-
update
UserData update(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
dadaUsuari-- Returns:
- Throws:
InternalErrorException
-
create
DataType create(DataType tipusDada) throws InternalErrorException, InternalErrorException
Operation create- Parameters:
tipusDada-- Returns:
- Throws:
InternalErrorException
-
findSystemDataType
DataType findSystemDataType(String system, String name) throws InternalErrorException, InternalErrorException
Operation findSystemDataType- Parameters:
system-name-- Returns:
- Throws:
InternalErrorException
-
findDataTypeByName
DataType findDataTypeByName(String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypeByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
update
DataType update(DataType tipusDada) throws InternalErrorException, InternalErrorException
Operation update- Parameters:
tipusDada-- Returns:
- Throws:
InternalErrorException
-
findCustomObjectTypeByJsonQuery
Collection<CustomObjectType> findCustomObjectTypeByJsonQuery(String query) throws InternalErrorException
Operation findCustomObjectTypeByJsonQuery- 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:
InternalErrorException
-
findDataTypes2
Collection<DataType> findDataTypes2(MetadataScope scope) throws InternalErrorException, InternalErrorException
Operation findDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
scope-- Returns:
- Throws:
InternalErrorException
-
findDataTypesByObjectTypeAndName
Collection<DataType> findDataTypesByObjectTypeAndName(String objectType, String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypesByObjectTypeAndName Retrieves the not builtin attributes- Parameters:
objectType-codi-- Returns:
- Throws:
InternalErrorException
-
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:
InternalErrorException
-
findDataTypesByName
Collection<DataType> findDataTypesByName(String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypesByName- Parameters:
codi-- Returns:
- Throws:
InternalErrorException
-
findDataTypesByScopeAndName
Collection<DataType> findDataTypesByScopeAndName(MetadataScope scope, String codi) throws InternalErrorException, InternalErrorException
Operation findDataTypesByScopeAndName- Parameters:
scope-codi-- Returns:
- Throws:
InternalErrorException
-
getDataTypes
Collection<DataType> getDataTypes() throws InternalErrorException, InternalErrorException
Operation getDataTypes- Returns:
- Throws:
InternalErrorException
-
findExtensibleObjectRegisters
List<ExtensibleObjectRegister> findExtensibleObjectRegisters() throws InternalErrorException
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:
InternalErrorException
-
findSystemDataTypes2
List<DataType> findSystemDataTypes2(String system) throws InternalErrorException, InternalErrorException
Operation findSystemDataTypes2 Retrieves the bultin and not builtin attributes- Parameters:
system-- Returns:
- Throws:
InternalErrorException
-
delete
void delete(UserData dadaUsuari) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
dadaUsuari-- Throws:
InternalErrorException
-
delete
void delete(DataType tipusDada) throws InternalErrorException, InternalErrorException
Operation delete- Parameters:
tipusDada-- Throws:
InternalErrorException
-
deleteCustomObjectType
void deleteCustomObjectType(CustomObjectType obj) throws InternalErrorException
Operation deleteCustomObjectType- Parameters:
obj-- Throws:
InternalErrorException
-
registerExtensibleObject
void registerExtensibleObject(ExtensibleObjectRegister register) throws InternalErrorException
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
-
-