com.evolveum.midpoint.provisioning.impl
Class ResourceSchemaCache

java.lang.Object
  extended by com.evolveum.midpoint.provisioning.impl.ResourceSchemaCache

@Component
public class ResourceSchemaCache
extends Object

Class for caching parsed instances of Resource Schema.

Author:
Radovan Semancik

Method Summary
 ResourceType get(ResourceType resourceType)
           
 ResourceType put(ResourceType resourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

put

public ResourceType put(ResourceType resourceType)
                 throws SchemaException
Throws:
SchemaException

get

public ResourceType get(ResourceType resourceType)
                 throws SchemaException
Throws:
SchemaException


Copyright © 2013 evolveum. All Rights Reserved.