Searched refs:CREATORS_NAME_TYPE (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java129 private static final AttributeType CREATORS_NAME_TYPE; field in class:ECLSearchOperation
136 CREATORS_NAME_TYPE = DirectoryConfig.getAttributeType(
786 if (a.getAttributeType().equals(CREATORS_NAME_TYPE)
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java131 private static final AttributeType CREATORS_NAME_TYPE; field in class:ECLSearchOperation
138 CREATORS_NAME_TYPE = DirectoryConfig.getAttributeType(
808 if (a.getAttributeType().equals(CREATORS_NAME_TYPE)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLSearchOperation.java129 private static final AttributeType CREATORS_NAME_TYPE; field in class:ECLSearchOperation
136 CREATORS_NAME_TYPE = DirectoryConfig.getAttributeType(
786 if (a.getAttributeType().equals(CREATORS_NAME_TYPE)
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DChangelogBackend.java211 private static final AttributeType CREATORS_NAME_TYPE = field in class:ChangelogBackend
1346 if (attr.getAttributeType().equals(CREATORS_NAME_TYPE) && !attr.isEmpty())
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DChangelogBackend.java211 private static final AttributeType CREATORS_NAME_TYPE = field in class:ChangelogBackend
1346 if (attr.getAttributeType().equals(CREATORS_NAME_TYPE) && !attr.isEmpty())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DChangelogBackend.java202 private static final AttributeType CREATORS_NAME_TYPE = field in class:ChangelogBackend
1199 if (attr.getAttributeType().equals(CREATORS_NAME_TYPE) && !attr.isEmpty())

Completed in 50 milliseconds