Searched refs:currentLocalOperation (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java150 * @param currentLocalOperation the local operation to attach to the global
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
169 newAttachment.add (currentLocalOperation);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java150 * @param currentLocalOperation the local operation to attach to the global
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
169 newAttachment.add (currentLocalOperation);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java150 * @param currentLocalOperation the local operation to attach to the global
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
169 newAttachment.add (currentLocalOperation);
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java587 * @param currentLocalOperation the local operation to attach to the global
592 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
606 newAttachment.add (currentLocalOperation);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java587 * @param currentLocalOperation the local operation to attach to the global
592 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
606 newAttachment.add (currentLocalOperation);
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java707 * @param currentLocalOperation the local operation to attach to the global
712 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
726 newAttachment.add (currentLocalOperation);
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java598 * @param currentLocalOperation the local operation to attach to the global
603 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
617 newAttachment.add (currentLocalOperation);
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java707 * @param currentLocalOperation the local operation to attach to the global
712 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
726 newAttachment.add (currentLocalOperation);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java774 * @param currentLocalOperation the local operation to attach to the global
778 static <O extends Operation, L> void attachLocalOperation(O globalOperation, L currentLocalOperation) argument
790 newAttachment.add (currentLocalOperation);

Completed in 39 milliseconds