com.evolveum.midpoint.common.refinery
Class EnhancedResourceType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
          extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ResourceType
              extended by com.evolveum.midpoint.common.refinery.EnhancedResourceType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class EnhancedResourceType
extends ResourceType

Author:
Radovan Semancik
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ResourceType
capabilities, COMPLEX_TYPE, configuration, connector, connectorRef, F_CAPABILITIES, F_CONFIGURATION, F_CONNECTOR, F_CONNECTOR_REF, F_NAMESPACE, F_NATIVE_CAPABILITIES, F_SCHEMA, F_SCHEMA_HANDLING, F_SCRIPTS, F_SYNCHRONIZATION, namespace, nativeCapabilities, schema, schemaHandling, scripts, synchronization
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
extension, F_EXTENSION
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version
 
Constructor Summary
EnhancedResourceType()
           
EnhancedResourceType(ResourceType resourceType)
           
 
Method Summary
 Schema getParsedSchema()
           
 RefinedResourceSchema getRefinedSchema()
           
 void setParsedSchema(Schema parsedSchema)
           
 void setRefinedSchema(RefinedResourceSchema refinedSchema)
           
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ResourceType
equals, equals, getCapabilities, getConfiguration, getConnector, getConnectorRef, getNamespace, getNativeCapabilities, getSchema, getSchemaHandling, getScripts, getSynchronization, hashCode, hashCode, setCapabilities, setConfiguration, setConnector, setConnectorRef, setNamespace, setNativeCapabilities, setSchema, setSchemaHandling, setScripts, setSynchronization, toString
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
getExtension, setExtension
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
getDescription, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnhancedResourceType

public EnhancedResourceType()

EnhancedResourceType

public EnhancedResourceType(ResourceType resourceType)
Method Detail

getParsedSchema

public Schema getParsedSchema()

setParsedSchema

public void setParsedSchema(Schema parsedSchema)

getRefinedSchema

public RefinedResourceSchema getRefinedSchema()

setRefinedSchema

public void setRefinedSchema(RefinedResourceSchema refinedSchema)


Copyright © 2012 evolveum. All Rights Reserved.