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

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java148 * @param globalOperation the global operation to which local operation
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
158 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
170 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java148 * @param globalOperation the global operation to which local operation
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
158 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
170 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/externalchangelog/
H A DECLWorkflowElement.java148 * @param globalOperation the global operation to which local operation
155 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
158 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
170 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java585 * @param globalOperation the global operation to which local operation
592 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
595 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
607 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java585 * @param globalOperation the global operation to which local operation
592 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
595 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
607 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java705 * @param globalOperation the global operation to which local operation
712 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
715 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
727 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java596 * @param globalOperation the global operation to which local operation
603 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
606 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
618 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java705 * @param globalOperation the global operation to which local operation
712 attachLocalOperation (O globalOperation, L currentLocalOperation) argument
715 (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
727 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendWorkflowElement.java772 * @param globalOperation the global operation to which local operation
778 static <O extends Operation, L> void attachLocalOperation(O globalOperation, L currentLocalOperation) argument
780 List<?> existingAttachment = (List<?>) globalOperation.getAttachment(Operation.LOCALBACKENDOPERATIONS);
791 globalOperation.setAttachment(Operation.LOCALBACKENDOPERATIONS, newAttachment);

Completed in 42 milliseconds