Searched defs:attachment (Results 1 - 20 of 20) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DEMailMessage.java298 * Adds the provided attachment to this mail message.
300 * @param attachment The attachment to add to this mail message.
302 public void addAttachment(MimeBodyPart attachment) argument
304 attachments.add(attachment);
310 * Adds an attachment to this mail message with the provided text.
312 * @param attachmentText The text to include in the attachment.
315 * attachment.
320 MimeBodyPart attachment = new MimeBodyPart();
321 attachment
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DEMailMessage.java297 * Adds the provided attachment to this mail message.
299 * @param attachment The attachment to add to this mail message.
301 public void addAttachment(MimeBodyPart attachment) argument
303 attachments.add(attachment);
309 * Adds an attachment to this mail message with the provided text.
311 * @param attachmentText The text to include in the attachment.
314 * attachment.
319 MimeBodyPart attachment = new MimeBodyPart();
320 attachment
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DEMailMessage.java298 * Adds the provided attachment to this mail message.
300 * @param attachment The attachment to add to this mail message.
302 public void addAttachment(MimeBodyPart attachment) argument
304 attachments.add(attachment);
310 * Adds an attachment to this mail message with the provided text.
312 * @param attachmentText The text to include in the attachment.
315 * attachment.
320 MimeBodyPart attachment = new MimeBodyPart();
321 attachment
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DEMailMessage.java298 * Adds the provided attachment to this mail message.
300 * @param attachment The attachment to add to this mail message.
302 public void addAttachment(MimeBodyPart attachment) argument
304 attachments.add(attachment);
310 * Adds an attachment to this mail message with the provided text.
312 * @param attachmentText The text to include in the attachment.
315 * attachment.
320 MimeBodyPart attachment = new MimeBodyPart();
321 attachment
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DEMailMessage.java297 * Adds the provided attachment to this mail message.
299 * @param attachment The attachment to add to this mail message.
301 public void addAttachment(MimeBodyPart attachment) argument
303 attachments.add(attachment);
309 * Adds an attachment to this mail message with the provided text.
311 * @param attachmentText The text to include in the attachment.
314 * attachment.
319 MimeBodyPart attachment = new MimeBodyPart();
320 attachment
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DEMailMessage.java315 * Adds the provided attachment to this mail message.
317 * @param attachment The attachment to add to this mail message.
319 public void addAttachment(MimeBodyPart attachment) argument
321 attachments.add(attachment);
327 * Adds an attachment to this mail message with the provided text.
329 * @param attachmentText The text to include in the attachment.
332 * attachment.
337 MimeBodyPart attachment = new MimeBodyPart();
338 attachment
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntry.java62 * The entry also contains a volatile attachment object, which should
65 * control information, then the attachment might be an object that
68 * cached, since the attachment may be accessed if the entry is
71 * attachment (and in most cases will not). This attachment is
110 // A generic attachment that may be used to associate this entry
112 private transient Object attachment; field in class:Entry
142 attachment = null;
214 attachment = null;
222 * if it does then it should also invalidate the attachment
2884 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntry.java62 * The entry also contains a volatile attachment object, which should
65 * control information, then the attachment might be an object that
68 * cached, since the attachment may be accessed if the entry is
71 * attachment (and in most cases will not). This attachment is
110 // A generic attachment that may be used to associate this entry
112 private transient Object attachment; field in class:Entry
142 attachment = null;
214 attachment = null;
222 * if it does then it should also invalidate the attachment
2884 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntry.java62 * The entry also contains a volatile attachment object, which should
65 * control information, then the attachment might be an object that
68 * cached, since the attachment may be accessed if the entry is
71 * attachment (and in most cases will not). This attachment is
110 // A generic attachment that may be used to associate this entry
112 private transient Object attachment; field in class:Entry
142 attachment = null;
214 attachment = null;
222 * if it does then it should also invalidate the attachment
2799 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java62 * The entry also contains a volatile attachment object, which should
65 * control information, then the attachment might be an object that
68 * cached, since the attachment may be accessed if the entry is
71 * attachment (and in most cases will not). This attachment is
111 * A generic attachment that may be used to associate this entry with some
114 private transient Object attachment; field in class:Entry
202 attachment = null;
210 * if it does then it should also invalidate the attachment.
283 attachment
2672 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java62 * The entry also contains a volatile attachment object, which should
65 * control information, then the attachment might be an object that
68 * cached, since the attachment may be accessed if the entry is
71 * attachment (and in most cases will not). This attachment is
111 * A generic attachment that may be used to associate this entry with some
114 private transient Object attachment; field in class:Entry
202 attachment = null;
210 * if it does then it should also invalidate the attachment.
283 attachment
2672 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java69 * The entry also contains a volatile attachment object, which should
72 * control information, then the attachment might be an object that
75 * cached, since the attachment may be accessed if the entry is
78 * attachment (and in most cases will not). This attachment is
114 * A generic attachment that may be used to associate this entry with some
117 private transient Object attachment; field in class:Entry
205 attachment = null;
213 * if it does then it should also invalidate the attachment.
284 attachment
2454 setAttachment(Object attachment) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jar ... bind/annotation/ javax/xml/bind/annotation/adapters/ javax/xml/bind/attachment/ javax/xml/bind/helpers/ javax/xml/bind/util/ javax/xml ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jar ... bind/annotation/ javax/xml/bind/annotation/adapters/ javax/xml/bind/attachment/ javax/xml/bind/helpers/ javax/xml/bind/util/ javax/xml ...
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 820 milliseconds