Searched defs:attachments (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java90 // The set of attachments to include in this message.
91 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
123 attachments = new LinkedList<MimeBodyPart>();
144 attachments = new LinkedList<MimeBodyPart>();
285 * Retrieves the set of attachments for this message. This list may be
288 * @return The set of attachments for this message.
292 return attachments;
304 attachments.add(attachment);
322 attachments.add(attachment);
344 attachments
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java89 // The set of attachments to include in this message.
90 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
122 attachments = new LinkedList<MimeBodyPart>();
143 attachments = new LinkedList<MimeBodyPart>();
284 * Retrieves the set of attachments for this message. This list may be
287 * @return The set of attachments for this message.
291 return attachments;
303 attachments.add(attachment);
321 attachments.add(attachment);
343 attachments
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java90 // The set of attachments to include in this message.
91 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
123 attachments = new LinkedList<MimeBodyPart>();
144 attachments = new LinkedList<MimeBodyPart>();
285 * Retrieves the set of attachments for this message. This list may be
288 * @return The set of attachments for this message.
292 return attachments;
304 attachments.add(attachment);
322 attachments.add(attachment);
344 attachments
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java90 // The set of attachments to include in this message.
91 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
123 attachments = new LinkedList<MimeBodyPart>();
144 attachments = new LinkedList<MimeBodyPart>();
285 * Retrieves the set of attachments for this message. This list may be
288 * @return The set of attachments for this message.
292 return attachments;
304 attachments.add(attachment);
322 attachments.add(attachment);
344 attachments
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java89 // The set of attachments to include in this message.
90 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
122 attachments = new LinkedList<MimeBodyPart>();
143 attachments = new LinkedList<MimeBodyPart>();
284 * Retrieves the set of attachments for this message. This list may be
287 * @return The set of attachments for this message.
291 return attachments;
303 attachments.add(attachment);
321 attachments.add(attachment);
343 attachments
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEMailMessage.java89 /** The set of attachments to include in this message. */
90 private LinkedList<MimeBodyPart> attachments; field in class:EMailMessage
121 attachments = new LinkedList<>();
142 attachments = new LinkedList<>();
302 * Retrieves the set of attachments for this message. This list may be
305 * @return The set of attachments for this message.
309 return attachments;
321 attachments.add(attachment);
339 attachments.add(attachment);
361 attachments
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DOperation.java58 * attachments.
475 * Retrieves the set of attachments defined for this operation, as a
478 * @return The set of attachments defined for this operation.
633 * Set the attachments to the operation.
635 * @param attachments - Attachments to register within the
639 Object> attachments);
638 setAttachments(Map<String, Object> attachments) argument
H A DAbstractOperation.java134 * A set of attachments associated with this operation that might be used by
137 private Map<String,Object> attachments; field in class:AbstractOperation
214 attachments = new HashMap<String,Object>();
779 * Retrieves the set of attachments defined for this operation, as a
782 * @return The set of attachments defined for this operation.
787 return attachments;
793 * Set the attachments to the operation.
795 * @param attachments - Attachments to register within the
799 public final void setAttachments(Map<String, Object> attachments) argument
801 this.attachments
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DOperation.java58 * attachments.
465 * Retrieves the set of attachments defined for this operation, as a
468 * @return The set of attachments defined for this operation.
623 * Set the attachments to the operation.
625 * @param attachments - Attachments to register within the
629 Object> attachments);
628 setAttachments(Map<String, Object> attachments) argument
H A DAbstractOperation.java134 * A set of attachments associated with this operation that might be used by
137 private Map<String,Object> attachments; field in class:AbstractOperation
214 attachments = new HashMap<String,Object>();
757 * Retrieves the set of attachments defined for this operation, as a
760 * @return The set of attachments defined for this operation.
765 return attachments;
771 * Set the attachments to the operation.
773 * @param attachments - Attachments to register within the
777 public final void setAttachments(Map<String, Object> attachments) argument
779 this.attachments
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DOperation.java58 * attachments.
475 * Retrieves the set of attachments defined for this operation, as a
478 * @return The set of attachments defined for this operation.
633 * Set the attachments to the operation.
635 * @param attachments - Attachments to register within the
639 Object> attachments);
638 setAttachments(Map<String, Object> attachments) argument
H A DAbstractOperation.java134 * A set of attachments associated with this operation that might be used by
137 private Map<String,Object> attachments; field in class:AbstractOperation
214 attachments = new HashMap<String,Object>();
779 * Retrieves the set of attachments defined for this operation, as a
782 * @return The set of attachments defined for this operation.
787 return attachments;
793 * Set the attachments to the operation.
795 * @param attachments - Attachments to register within the
799 public final void setAttachments(Map<String, Object> attachments) argument
801 this.attachments
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DOperationWrapper.java443 public void setAttachments(Map<String, Object> attachments) argument
445 operation.setAttachments(attachments);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DOperationWrapper.java363 public void setAttachments(Map<String, Object> attachments) argument
365 operation.setAttachments(attachments);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAbstractOperation.java130 * A set of attachments associated with this operation that might be used by
133 private Map<String,Object> attachments; field in class:AbstractOperation
222 attachments = new HashMap<String,Object>();
556 return attachments;
561 public final void setAttachments(Map<String, Object> attachments) argument
563 this.attachments = attachments;
571 return (T) attachments.get(name);
579 return (T) attachments.remove(name);
587 return (T) attachments
[all...]
H A DOperation.java56 * attachments.
461 * Retrieves the set of attachments defined for this operation, as a
464 * @return The set of attachments defined for this operation.
620 * Set the attachments to the operation.
622 * @param attachments - Attachments to register within the
625 void setAttachments(Map<String, Object> attachments); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DOperationWrapper.java434 public void setAttachments(Map<String, Object> attachments) argument
436 operation.setAttachments(attachments);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DOperationWrapper.java443 public void setAttachments(Map<String, Object> attachments) argument
445 operation.setAttachments(attachments);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DOperationWrapper.java363 public void setAttachments(Map<String, Object> attachments) argument
365 operation.setAttachments(attachments);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAbstractOperation.java130 * A set of attachments associated with this operation that might be used by
133 private Map<String,Object> attachments; field in class:AbstractOperation
222 attachments = new HashMap<String,Object>();
556 return attachments;
561 public final void setAttachments(Map<String, Object> attachments) argument
563 this.attachments = attachments;
571 return (T) attachments.get(name);
579 return (T) attachments.remove(name);
587 return (T) attachments
[all...]
H A DOperation.java56 * attachments.
461 * Retrieves the set of attachments defined for this operation, as a
464 * @return The set of attachments defined for this operation.
620 * Set the attachments to the operation.
622 * @param attachments - Attachments to register within the
625 void setAttachments(Map<String, Object> attachments); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DOperationWrapper.java377 public void setAttachments(Map<String, Object> attachments) argument
379 operation.setAttachments(attachments);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAbstractOperation.java101 * A set of attachments associated with this operation that might be used by
104 private Map<String, Object> attachments = new HashMap<>(); field in class:AbstractOperation
475 return attachments;
479 public final void setAttachments(Map<String, Object> attachments) argument
481 this.attachments = attachments;
488 return (T) attachments.get(name);
495 return (T) attachments.remove(name);
502 return (T) attachments.put(name, value);
H A DOperation.java57 * attachments.
483 * Retrieves the set of attachments defined for this operation, as a
486 * @return The set of attachments defined for this operation.
642 * Set the attachments to the operation.
644 * @param attachments - Attachments to register within the
647 void setAttachments(Map<String, Object> attachments); argument
/forgerock/opendj2/ext/ant/lib/
H A Dant-javamail.jar ... .MimeMessage msg javax.mail.internet.MimeMultipart attachments String charset org.apache.tools.ant. ...

Completed in 71 milliseconds

12