Searched defs:includedAttributes (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java1003 * @param includedAttributes The provided attributes to include
1018 List<RawAttribute> includedAttributes,
1234 if (includedAttributes != null && !includedAttributes.isEmpty())
1237 for (RawAttribute includedAttribute : includedAttributes)
1253 .getDefaultAttributeType("includedAttributes");
1011 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java1025 * @param includedAttributes The provided attributes to include
1040 List<RawAttribute> includedAttributes,
1256 if (includedAttributes != null && !includedAttributes.isEmpty())
1259 for (RawAttribute includedAttribute : includedAttributes)
1275 .getDefaultAttributeType("includedAttributes");
1033 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java1003 * @param includedAttributes The provided attributes to include
1018 List<RawAttribute> includedAttributes,
1234 if (includedAttributes != null && !includedAttributes.isEmpty())
1237 for (RawAttribute includedAttribute : includedAttributes)
1253 .getDefaultAttributeType("includedAttributes");
1011 createChangelogEntry( String serviceID, String cookie, DN targetDN, ChangeNumber changeNumber, String clearLDIFchanges, String targetUUID, List<RawAttribute> includedAttributes, int draftChangenumber, String changetype, String changeInitiatorsName) argument

Completed in 72 milliseconds