Searched defs:types (Results 276 - 300 of 1229) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2/src/server/org/opends/server/types/
H A DLockType.java26 package org.opends.server.types;
31 * This enumeration defines a set of lock types that can be used when
35 @org.opends.server.types.PublicAPI(
36 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DModificationType.java26 package org.opends.server.types;
31 * This enumeration defines the set of possible modification types
35 @org.opends.server.types.PublicAPI(
36 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DNullOutputStream.java27 package org.opends.server.types;
36 @org.opends.server.types.PublicAPI(
37 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DSSLClientAuthPolicy.java26 package org.opends.server.types;
37 @org.opends.server.types.PublicAPI(
38 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DSchemaFileElement.java27 package org.opends.server.types;
40 * <LI>{@code org.opends.server.types.AttributeType}</LI>
41 * <LI>{@code org.opends.server.types.ObjectClass}</LI>
42 * <LI>{@code org.opends.server.types.NameForm}</LI>
43 * <LI>{@code org.opends.server.types.DITContentRule}</LI>
44 * <LI>{@code org.opends.server.types.DITStructureRule}</LI>
45 * <LI>{@code org.opends.server.types.MatchingRuleUse}</LI>
48 @org.opends.server.types.PublicAPI(
49 stability=org.opends.server.types.StabilityLevel.VOLATILE,
H A DSearchResultReference.java26 package org.opends.server.types;
41 @org.opends.server.types.PublicAPI(
42 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DSearchScope.java26 package org.opends.server.types;
40 @org.opends.server.types.PublicAPI(
41 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DSortOrder.java26 package org.opends.server.types;
33 * keys, which indicate which attribute types should be used to
43 @org.opends.server.types.PublicAPI(
44 stability=org.opends.server.types.StabilityLevel.VOLATILE,
H A DSubtreeSpecificationSet.java27 package org.opends.server.types;
41 * {@link org.opends.server.types.SubtreeSpecification}s.
48 @org.opends.server.types.PublicAPI(
49 stability=org.opends.server.types.StabilityLevel.VOLATILE,
H A DSynchronizationProviderResult.java26 package org.opends.server.types;
37 @org.opends.server.types.PublicAPI(
38 stability=org.opends.server.types.StabilityLevel.VOLATILE,
H A DWritabilityMode.java26 package org.opends.server.types;
40 @org.opends.server.types.PublicAPI(
41 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostOperationAddOperation.java26 package org.opends.server.types.operation;
33 import org.opends.server.types.Attribute;
34 import org.opends.server.types.AttributeType;
35 import org.opends.server.types.ByteString;
36 import org.opends.server.types.DN;
37 import org.opends.server.types.Entry;
38 import org.opends.server.types.ObjectClass;
39 import org.opends.server.types.RawAttribute;
49 @org.opends.server.types.PublicAPI(
50 stability=org.opends.server.types
[all...]
H A DPostOperationCompareOperation.java26 package org.opends.server.types.operation;
30 import org.opends.server.types.AttributeType;
31 import org.opends.server.types.ByteString;
32 import org.opends.server.types.DN;
33 import org.opends.server.types.Entry;
43 @org.opends.server.types.PublicAPI(
44 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostOperationExtendedOperation.java26 package org.opends.server.types.operation;
30 import org.opends.server.types.ByteString;
39 @org.opends.server.types.PublicAPI(
40 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostOperationModifyDNOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.ByteString;
33 import org.opends.server.types.DN;
34 import org.opends.server.types.Entry;
35 import org.opends.server.types.Modification;
36 import org.opends.server.types.RDN;
46 @org.opends.server.types.PublicAPI(
47 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostOperationModifyOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.AttributeValue;
33 import org.opends.server.types.ByteString;
34 import org.opends.server.types.DN;
35 import org.opends.server.types.Entry;
36 import org.opends.server.types.Modification;
37 import org.opends.server.types.RawModification;
47 @org.opends.server.types.PublicAPI(
48 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostResponseAddOperation.java26 package org.opends.server.types.operation;
33 import org.opends.server.types.*;
42 @org.opends.server.types.PublicAPI(
43 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostResponseCompareOperation.java26 package org.opends.server.types.operation;
30 import org.opends.server.types.*;
39 @org.opends.server.types.PublicAPI(
40 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostResponseModifyDNOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.*;
41 @org.opends.server.types.PublicAPI(
42 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostResponseModifyOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.*;
41 @org.opends.server.types.PublicAPI(
42 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostResponseOperation.java27 package org.opends.server.types.operation;
33 import org.opends.server.types.AdditionalLogItem;
34 import org.opends.server.types.DN;
35 import org.opends.server.types.ResultCode;
41 * post-response plugins for all types of operations. Note that this
45 @org.opends.server.types.PublicAPI(
46 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostSynchronizationAddOperation.java26 package org.opends.server.types.operation;
33 import org.opends.server.types.Attribute;
34 import org.opends.server.types.AttributeType;
35 import org.opends.server.types.ByteString;
36 import org.opends.server.types.DN;
37 import org.opends.server.types.Entry;
38 import org.opends.server.types.ObjectClass;
39 import org.opends.server.types.RawAttribute;
49 @org.opends.server.types.PublicAPI(
50 stability=org.opends.server.types
[all...]
H A DPostSynchronizationModifyDNOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.ByteString;
33 import org.opends.server.types.DN;
34 import org.opends.server.types.Entry;
35 import org.opends.server.types.Modification;
36 import org.opends.server.types.RDN;
46 @org.opends.server.types.PublicAPI(
47 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostSynchronizationModifyOperation.java26 package org.opends.server.types.operation;
32 import org.opends.server.types.AttributeValue;
33 import org.opends.server.types.ByteString;
34 import org.opends.server.types.DN;
35 import org.opends.server.types.Entry;
36 import org.opends.server.types.Modification;
37 import org.opends.server.types.RawModification;
47 @org.opends.server.types.PublicAPI(
48 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
H A DPostSynchronizationOperation.java27 package org.opends.server.types.operation;
33 import org.opends.server.types.AdditionalLogItem;
34 import org.opends.server.types.DN;
35 import org.opends.server.types.ResultCode;
41 * post-synchronization plugins for all types of operations. Note
46 @org.opends.server.types.PublicAPI(
47 stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,

Completed in 77 milliseconds

<<11121314151617181920>>