Searched refs:source (Results 1 - 25 of 413) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/script/
H A DdefineRoles.js1 /*global source */
8 if (source !== undefined && 'manager' === source) {
H A DtransformHRManager.js17 /*global source */
21 if (source !== null) {
22 managerId = source.substring(4, source.indexOf(','));
H A DcorrelationQuery.js2 /*global source */
5 var map = {"_queryFilter": 'userName eq "' + source.userName + '"'};
H A DtransformHRAccounts.js17 /*global source */
21 if (source.employeeType === 'employee') {
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/workflow/script/
H A DcorrelationQuery.js2 /*global source */
5 var map = {"_queryFilter": 'name eq "' + source.userName + '"'};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DConfigurationChangeEvent.java40 private Object source; field in class:ConfigurationChangeEvent
45 * @param source the source of this event.
48 public ConfigurationChangeEvent(Object source, ServerDescriptor newDescriptor) argument
50 this.source = source;
64 * Returns the source of the event.
65 * @return the source of the event.
69 return source;
H A DConfigurationElementCreatedEvent.java37 private Object source; field in class:ConfigurationElementCreatedEvent
42 * @param source the source of the event.
45 public ConfigurationElementCreatedEvent(Object source, argument
48 this.source = source;
62 * Returns the source of the event.
63 * @return the source of the event.
67 return source;
H A DEntryReadEvent.java38 private Object source; field in class:EntryReadEvent
43 * @param source the source of the event.
46 public EntryReadEvent(Object source, CustomSearchResult sr) argument
48 this.source = source;
53 * Returns the source of the event.
54 * @return the source of the event.
58 return source;
H A DIndexSelectionEvent.java39 private Object source; field in class:IndexSelectionEvent
44 * @param source the source of the event.
47 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument
49 this.source = source;
63 * Returns the source of the event.
64 * @return the source of the event.
68 return source;
H A DLDAPEntryChangedEvent.java38 private Object source; field in class:LDAPEntryChangedEvent
43 * @param source the source of the event.
47 public LDAPEntryChangedEvent(Object source, Entry entry) argument
49 this.source = source;
64 * Returns the source of the event.
65 * @return the source of the event.
69 return source;
H A DSchemaElementSelectionEvent.java37 private Object source; field in class:SchemaElementSelectionEvent
42 * @param source the source of the event.
45 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
47 this.source = source;
61 * Returns the source of the event.
62 * @return the source of the event.
66 return source;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DConfigurationChangeEvent.java41 private Object source; field in class:ConfigurationChangeEvent
46 * @param source the source of this event.
49 public ConfigurationChangeEvent(Object source, ServerDescriptor newDescriptor) argument
51 this.source = source;
65 * Returns the source of the event.
66 * @return the source of the event.
70 return source;
H A DConfigurationElementCreatedEvent.java38 private Object source; field in class:ConfigurationElementCreatedEvent
43 * @param source the source of the event.
46 public ConfigurationElementCreatedEvent(Object source, argument
49 this.source = source;
63 * Returns the source of the event.
64 * @return the source of the event.
68 return source;
H A DEntryReadEvent.java39 private Object source; field in class:EntryReadEvent
44 * @param source the source of the event.
47 public EntryReadEvent(Object source, CustomSearchResult sr) argument
49 this.source = source;
54 * Returns the source of the event.
55 * @return the source of the event.
59 return source;
H A DIndexSelectionEvent.java40 private Object source; field in class:IndexSelectionEvent
45 * @param source the source of the event.
48 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument
50 this.source = source;
64 * Returns the source of the event.
65 * @return the source of the event.
69 return source;
H A DLDAPEntryChangedEvent.java39 private Object source; field in class:LDAPEntryChangedEvent
44 * @param source the source of the event.
48 public LDAPEntryChangedEvent(Object source, Entry entry) argument
50 this.source = source;
65 * Returns the source of the event.
66 * @return the source of the event.
70 return source;
H A DSchemaElementSelectionEvent.java38 private Object source; field in class:SchemaElementSelectionEvent
43 * @param source the source of the event.
46 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
48 this.source = source;
62 * Returns the source of the event.
63 * @return the source of the event.
67 return source;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DConfigurationChangeEvent.java41 private Object source; field in class:ConfigurationChangeEvent
46 * @param source the source of this event.
49 public ConfigurationChangeEvent(Object source, ServerDescriptor newDescriptor) argument
51 this.source = source;
65 * Returns the source of the event.
66 * @return the source of the event.
70 return source;
H A DConfigurationElementCreatedEvent.java38 private Object source; field in class:ConfigurationElementCreatedEvent
43 * @param source the source of the event.
46 public ConfigurationElementCreatedEvent(Object source, argument
49 this.source = source;
63 * Returns the source of the event.
64 * @return the source of the event.
68 return source;
H A DEntryReadEvent.java39 private Object source; field in class:EntryReadEvent
44 * @param source the source of the event.
47 public EntryReadEvent(Object source, CustomSearchResult sr) argument
49 this.source = source;
54 * Returns the source of the event.
55 * @return the source of the event.
59 return source;
H A DIndexSelectionEvent.java40 private Object source; field in class:IndexSelectionEvent
45 * @param source the source of the event.
48 public IndexSelectionEvent(Object source, AbstractIndexDescriptor index) argument
50 this.source = source;
64 * Returns the source of the event.
65 * @return the source of the event.
69 return source;
H A DLDAPEntryChangedEvent.java39 private Object source; field in class:LDAPEntryChangedEvent
44 * @param source the source of the event.
48 public LDAPEntryChangedEvent(Object source, Entry entry) argument
50 this.source = source;
65 * Returns the source of the event.
66 * @return the source of the event.
70 return source;
H A DSchemaElementSelectionEvent.java38 private Object source; field in class:SchemaElementSelectionEvent
43 * @param source the source of the event.
46 public SchemaElementSelectionEvent(Object source, Object schemaElement) argument
48 this.source = source;
62 * Returns the source of the event.
63 * @return the source of the event.
67 return source;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DConfigurationChangeEvent.java40 private Object source; field in class:ConfigurationChangeEvent
45 * @param source the source of this event.
48 public ConfigurationChangeEvent(Object source, ServerDescriptor newDescriptor) argument
50 this.source = source;
64 * Returns the source of the event.
65 * @return the source of the event.
69 return source;
H A DConfigurationElementCreatedEvent.java37 private Object source; field in class:ConfigurationElementCreatedEvent
42 * @param source the source of the event.
45 public ConfigurationElementCreatedEvent(Object source, argument
48 this.source = source;
62 * Returns the source of the event.
63 * @return the source of the event.
67 return source;

Completed in 216 milliseconds

1234567891011>>