Searched defs:objFactory (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAbandonOperation.java65 * @param objFactory The object factory for this operation.
76 public LDAPResult doOperation(ObjectFactory objFactory, argument
81 LDAPResult abandonResponse = objFactory.createLDAPResult();
H A DDSMLAddOperation.java71 * @param objFactory The object factory for this operation.
85 public LDAPResult doOperation(ObjectFactory objFactory, argument
90 LDAPResult addResponse = objFactory.createLDAPResult();
125 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLCompareOperation.java68 * @param objFactory The object factory for this operation.
82 public LDAPResult doOperation(ObjectFactory objFactory, argument
87 LDAPResult compareResponse = objFactory.createLDAPResult();
114 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLDeleteOperation.java73 * @param objFactory The object factory for this operation.
87 public LDAPResult doOperation(ObjectFactory objFactory, argument
92 LDAPResult delResponse = objFactory.createLDAPResult();
113 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyDNOperation.java69 * @param objFactory The object factory for this operation.
83 public LDAPResult doOperation(ObjectFactory objFactory, argument
88 LDAPResult modDNResponse = objFactory.createLDAPResult();
122 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyOperation.java73 * @param objFactory The object factory for this operation.
87 public LDAPResult doOperation(ObjectFactory objFactory, argument
92 LDAPResult modResponse = objFactory.createLDAPResult();
147 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DResultCodeFactory.java93 * @param objFactory
99 public static ResultCode create(ObjectFactory objFactory, int resultCode) argument
101 ResultCode result = objFactory.createResultCode();
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLAbandonOperation.java66 * @param objFactory The object factory for this operation.
77 public LDAPResult doOperation(ObjectFactory objFactory, argument
82 LDAPResult abandonResponse = objFactory.createLDAPResult();
H A DDSMLAddOperation.java72 * @param objFactory The object factory for this operation.
86 public LDAPResult doOperation(ObjectFactory objFactory, argument
91 LDAPResult addResponse = objFactory.createLDAPResult();
126 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLCompareOperation.java69 * @param objFactory The object factory for this operation.
83 public LDAPResult doOperation(ObjectFactory objFactory, argument
88 LDAPResult compareResponse = objFactory.createLDAPResult();
115 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLDeleteOperation.java74 * @param objFactory The object factory for this operation.
88 public LDAPResult doOperation(ObjectFactory objFactory, argument
93 LDAPResult delResponse = objFactory.createLDAPResult();
114 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyDNOperation.java70 * @param objFactory The object factory for this operation.
84 public LDAPResult doOperation(ObjectFactory objFactory, argument
89 LDAPResult modDNResponse = objFactory.createLDAPResult();
123 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyOperation.java74 * @param objFactory The object factory for this operation.
88 public LDAPResult doOperation(ObjectFactory objFactory, argument
93 LDAPResult modResponse = objFactory.createLDAPResult();
148 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DResultCodeFactory.java94 * @param objFactory
100 public static ResultCode create(ObjectFactory objFactory, int resultCode) argument
102 ResultCode result = objFactory.createResultCode();
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLAbandonOperation.java66 * @param objFactory The object factory for this operation.
77 public LDAPResult doOperation(ObjectFactory objFactory, argument
82 LDAPResult abandonResponse = objFactory.createLDAPResult();
H A DDSMLAddOperation.java72 * @param objFactory The object factory for this operation.
86 public LDAPResult doOperation(ObjectFactory objFactory, argument
91 LDAPResult addResponse = objFactory.createLDAPResult();
126 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLCompareOperation.java69 * @param objFactory The object factory for this operation.
83 public LDAPResult doOperation(ObjectFactory objFactory, argument
88 LDAPResult compareResponse = objFactory.createLDAPResult();
115 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLDeleteOperation.java74 * @param objFactory The object factory for this operation.
88 public LDAPResult doOperation(ObjectFactory objFactory, argument
93 LDAPResult delResponse = objFactory.createLDAPResult();
114 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyDNOperation.java70 * @param objFactory The object factory for this operation.
84 public LDAPResult doOperation(ObjectFactory objFactory, argument
89 LDAPResult modDNResponse = objFactory.createLDAPResult();
123 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLModifyOperation.java74 * @param objFactory The object factory for this operation.
88 public LDAPResult doOperation(ObjectFactory objFactory, argument
93 LDAPResult modResponse = objFactory.createLDAPResult();
148 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DResultCodeFactory.java94 * @param objFactory
100 public static ResultCode create(ObjectFactory objFactory, int resultCode) argument
102 ResultCode result = objFactory.createResultCode();
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLAbandonOperation.java65 * @param objFactory The object factory for this operation.
76 public LDAPResult doOperation(ObjectFactory objFactory, argument
81 LDAPResult abandonResponse = objFactory.createLDAPResult();
H A DDSMLAddOperation.java71 * @param objFactory The object factory for this operation.
85 public LDAPResult doOperation(ObjectFactory objFactory, argument
90 LDAPResult addResponse = objFactory.createLDAPResult();
125 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLCompareOperation.java68 * @param objFactory The object factory for this operation.
82 public LDAPResult doOperation(ObjectFactory objFactory, argument
87 LDAPResult compareResponse = objFactory.createLDAPResult();
114 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);
H A DDSMLDeleteOperation.java73 * @param objFactory The object factory for this operation.
87 public LDAPResult doOperation(ObjectFactory objFactory, argument
92 LDAPResult delResponse = objFactory.createLDAPResult();
113 ResultCode code = ResultCodeFactory.create(objFactory, resultCode);

Completed in 29 milliseconds

123