|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ResourceTestResultType
public class ResourceTestResultType
!!! DEPRECATED !!! The result of resource test. It indicates whather the resource configuration is correct, whether the connector can be initialized, can reach the target system, etc. All the tests are optional. If a respective element is not present, it is assumed that the test was not executed. For example because of failure of a previous required test.
Java class for ResourceTestResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceTestResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configurationValidation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
<element name="connectorInitialization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
<element name="connectorConnection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
<element name="connectorSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
<element name="connectorSanity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
<element name="extraTest">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ResourceTestResultType.ExtraTest
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected TestResultType |
configurationValidation
|
protected TestResultType |
connectorConnection
|
protected TestResultType |
connectorInitialization
|
protected TestResultType |
connectorSanity
|
protected TestResultType |
connectorSchema
|
protected ResourceTestResultType.ExtraTest |
extraTest
|
| Constructor Summary | |
|---|---|
ResourceTestResultType()
|
|
| Method Summary | |
|---|---|
TestResultType |
getConfigurationValidation()
Gets the value of the configurationValidation property. |
TestResultType |
getConnectorConnection()
Gets the value of the connectorConnection property. |
TestResultType |
getConnectorInitialization()
Gets the value of the connectorInitialization property. |
TestResultType |
getConnectorSanity()
Gets the value of the connectorSanity property. |
TestResultType |
getConnectorSchema()
Gets the value of the connectorSchema property. |
ResourceTestResultType.ExtraTest |
getExtraTest()
Gets the value of the extraTest property. |
void |
setConfigurationValidation(TestResultType value)
Sets the value of the configurationValidation property. |
void |
setConnectorConnection(TestResultType value)
Sets the value of the connectorConnection property. |
void |
setConnectorInitialization(TestResultType value)
Sets the value of the connectorInitialization property. |
void |
setConnectorSanity(TestResultType value)
Sets the value of the connectorSanity property. |
void |
setConnectorSchema(TestResultType value)
Sets the value of the connectorSchema property. |
void |
setExtraTest(ResourceTestResultType.ExtraTest value)
Sets the value of the extraTest property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TestResultType configurationValidation
protected TestResultType connectorInitialization
protected TestResultType connectorConnection
protected TestResultType connectorSchema
protected TestResultType connectorSanity
protected ResourceTestResultType.ExtraTest extraTest
| Constructor Detail |
|---|
public ResourceTestResultType()
| Method Detail |
|---|
public TestResultType getConfigurationValidation()
TestResultTypepublic void setConfigurationValidation(TestResultType value)
value - allowed object is
TestResultTypepublic TestResultType getConnectorInitialization()
TestResultTypepublic void setConnectorInitialization(TestResultType value)
value - allowed object is
TestResultTypepublic TestResultType getConnectorConnection()
TestResultTypepublic void setConnectorConnection(TestResultType value)
value - allowed object is
TestResultTypepublic TestResultType getConnectorSchema()
TestResultTypepublic void setConnectorSchema(TestResultType value)
value - allowed object is
TestResultTypepublic TestResultType getConnectorSanity()
TestResultTypepublic void setConnectorSanity(TestResultType value)
value - allowed object is
TestResultTypepublic ResourceTestResultType.ExtraTest getExtraTest()
ResourceTestResultType.ExtraTestpublic void setExtraTest(ResourceTestResultType.ExtraTest value)
value - allowed object is
ResourceTestResultType.ExtraTest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||