Class AbstractResourceTransformationScript
- java.lang.Object
-
- org.openiam.sync.service.impl.service.AbstractTransformScript<Resource>
-
- org.openiam.sync.service.impl.service.AbstractResourceTransformationScript
-
- All Implemented Interfaces:
TransformScript<Resource>,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public abstract class AbstractResourceTransformationScript extends AbstractTransformScript<Resource>
Created by vitalia on 26.09.17.
-
-
Field Summary
-
Fields inherited from class org.openiam.sync.service.impl.service.AbstractTransformScript
CERTIFIED_RIGHT_SET, config, context, counterRabbitMQService, groupRabbitMQService, groupsById, groupsByName, isNewUser, log, managedSystemById, managedSystemByName, managedSystemRabbitMQService, metadataTypeRabbitMQService, metadataTypesByGroupingAndName, organizationById, organizationByName, organizationRabbitMQService, resourceRabbitMQService, resourcesById, resourcesByName, resourceTypeById, resourceTypeByName, roleRabbitMQService, rolesById, rolesByName, synchConfigId, userManager, usersById, usersByLogin
-
Fields inherited from interface org.openiam.sync.service.TransformScript
DELETE, DISABLE, ENABLE, EXCEPTION, INITIATE_ADD_USER_AND_INVITE_WORKFLOW, INITIATE_CHANGE_POSITION_WORKFLOW, INITIATE_EDIT_USER_WORKFLOW, INITIATE_NEW_HIRE_WORKFLOW, INITIATE_REVOKE_ACCESS_WORKFLOW, INITIATE_TERMINATE_USER_WORKFLOW, NO_DELETE, SKIP, SKIP_OK
-
-
Constructor Summary
Constructors Constructor Description AbstractResourceTransformationScript()
-
Method Summary
-
Methods inherited from class org.openiam.sync.service.impl.service.AbstractTransformScript
getContext, getGroupById, getGroupByName, getManagedSystemById, getManagedSystemByName, getMetadataTypeByNameAndGrouping, getNextFormattedValueInSeries, getNextValueInSeries, getOrganizationById, getOrganizationByName, getResourceById, getResourceByName, getResourceTypeById, getResourceTypeByName, getRoleById, getRoleByName, getUserByAttribute, getUserById, getUserByLogin, getUserByLogin, isNewUser, setApplicationContext, setNewUser
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.sync.service.TransformScript
execute, init
-
-