Searched refs:getRawAttributes (Results 1 - 25 of 99) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java72 public List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
H A DPreParseAddOperation.java81 public List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java71 public List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
H A DPreParseAddOperation.java80 public List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java72 public List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
H A DPreParseAddOperation.java81 public List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java72 public List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
H A DPreParseAddOperation.java81 public List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPostResponseAddOperation.java71 public List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
H A DPreParseAddOperation.java80 public List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreParseAddOperation.java81 List<RawAttribute> getRawAttributes(); method in interface:PreParseAddOperation
H A DPostResponseAddOperation.java73 List<RawAttribute> getRawAttributes(); method in interface:PostResponseAddOperation
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAddOperationWrapper.java91 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
93 return getOperation().getRawAttributes();
H A DAddOperation.java81 List<RawAttribute> getRawAttributes(); method in interface:AddOperation
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAddOperation.java80 public abstract List<RawAttribute> getRawAttributes(); method in interface:AddOperation
H A DAddOperationWrapper.java113 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
115 return getOperation().getRawAttributes();
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAddOperation.java80 List<RawAttribute> getRawAttributes(); method in interface:AddOperation
H A DAddOperationWrapper.java90 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
92 return getOperation().getRawAttributes();
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAddOperation.java80 public abstract List<RawAttribute> getRawAttributes(); method in interface:AddOperation
H A DAddOperationWrapper.java113 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
115 return getOperation().getRawAttributes();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAddOperation.java80 public abstract List<RawAttribute> getRawAttributes(); method in interface:AddOperation
H A DAddOperationWrapper.java113 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
115 return getOperation().getRawAttributes();
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAddOperation.java80 List<RawAttribute> getRawAttributes(); method in interface:AddOperation
H A DAddOperationWrapper.java90 public List<RawAttribute> getRawAttributes() method in class:AddOperationWrapper
92 return getOperation().getRawAttributes();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DPurgeHistoricalUserData.java201 ArrayList<RawAttribute> rawAttrs = getRawAttributes(attrs);
214 ArrayList<RawAttribute> rawAttrs = getRawAttributes(attrs);
218 private static ArrayList<RawAttribute> getRawAttributes(BasicAttributes attrs) method in class:PurgeHistoricalUserData

Completed in 89 milliseconds

1234