Serialized Form


Package org.connid.bundles.soap.exceptions

Class org.connid.bundles.soap.exceptions.ProvisioningException extends Exception implements Serializable

Serialized Fields

wrappedCause

String wrappedCause

Package org.connid.bundles.soap.to

Class org.connid.bundles.soap.to.AbstractData extends Object implements Serializable

Class org.connid.bundles.soap.to.WSAttribute extends AbstractData implements Serializable

Serialized Fields

name

String name
The name of the attribute.


type

String type
The type of the attribute: String, Long, Double, Boolean, Character, Float, Integer, URI, File, GuardedByteArray, GuardedString, Date.


key

boolean key
Specifies if the attribute is a key.


password

boolean password
Specifies if the attribute is the password.


nullable

boolean nullable
Specifies if the attribute is nullable.

Class org.connid.bundles.soap.to.WSAttributeValue extends WSAttribute implements Serializable

Serialized Fields

values

List<E> values

Class org.connid.bundles.soap.to.WSChange extends AbstractData implements Serializable

Serialized Fields

attributes

Set<E> attributes
Attributes changed.


id

int id
ID of the change.


type

String type
Type of the change: - CREATE_OR_UPDATE - DELETE

Class org.connid.bundles.soap.to.WSUser extends AbstractData implements Serializable

Serialized Fields

accountid

String accountid

attributes

Set<E> attributes

Package org.connid.bundles.soap.utilities

Class org.connid.bundles.soap.utilities.Operand extends WSAttribute implements Serializable

Serialized Fields

op

Operator op

value

String value

operands

Set<E> operands

logical

boolean logical

not

boolean not



Copyright © 2012. All Rights Reserved.