/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | AbstractAttribute.java | 156 for (String option : getOptions()) 159 buffer.append(option); 174 * option in the provided collection is checked using 190 for (String option : options) 192 if (!hasOption(option)) 226 * one at a time against the provided option. All comparisons are 230 public boolean hasOption(String option) argument 232 String noption = toLowerCase(option); 282 * if the sizes differ. If the sizes are the same then each option 301 for (String option [all...] |
H A D | Attribute.java | 200 * Indicates whether this attribute has the specified option. 202 * @param option 203 * The option for which to make the determination. 205 * option, or <CODE>false</CODE> if not. 207 boolean hasOption(String option); argument 215 * option, or <CODE>false</CODE> if not.
|
H A D | VirtualAttribute.java | 194 public boolean hasOption(String option) argument
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | AbstractAttribute.java | 155 for (String option : getOptions()) 158 buffer.append(option); 173 * option in the provided collection is checked using 189 for (String option : options) 191 if (!hasOption(option)) 225 * one at a time against the provided option. All comparisons are 229 public boolean hasOption(String option) argument 231 String noption = toLowerCase(option); 281 * if the sizes differ. If the sizes are the same then each option 300 for (String option [all...] |
H A D | Attribute.java | 199 * Indicates whether this attribute has the specified option. 201 * @param option 202 * The option for which to make the determination. 204 * option, or <CODE>false</CODE> if not. 206 boolean hasOption(String option); argument 214 * option, or <CODE>false</CODE> if not.
|
H A D | VirtualAttribute.java | 193 public boolean hasOption(String option) argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | AbstractAttribute.java | 156 for (String option : getOptions()) 159 buffer.append(option); 174 * option in the provided collection is checked using 190 for (String option : options) 192 if (!hasOption(option)) 226 * one at a time against the provided option. All comparisons are 230 public boolean hasOption(String option) argument 232 String noption = toLowerCase(option); 282 * if the sizes differ. If the sizes are the same then each option 301 for (String option [all...] |
H A D | Attribute.java | 200 * Indicates whether this attribute has the specified option. 202 * @param option 203 * The option for which to make the determination. 205 * option, or <CODE>false</CODE> if not. 207 boolean hasOption(String option); argument 215 * option, or <CODE>false</CODE> if not.
|
H A D | VirtualAttribute.java | 194 public boolean hasOption(String option) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | AbstractAttribute.java | 156 for (String option : getOptions()) 159 buffer.append(option); 174 * option in the provided collection is checked using 190 for (String option : options) 192 if (!hasOption(option)) 226 * one at a time against the provided option. All comparisons are 230 public boolean hasOption(String option) argument 232 String noption = toLowerCase(option); 282 * if the sizes differ. If the sizes are the same then each option 301 for (String option [all...] |
H A D | Attribute.java | 200 * Indicates whether this attribute has the specified option. 202 * @param option 203 * The option for which to make the determination. 205 * option, or <CODE>false</CODE> if not. 207 boolean hasOption(String option); argument 215 * option, or <CODE>false</CODE> if not.
|
H A D | VirtualAttribute.java | 194 public boolean hasOption(String option) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | AbstractAttribute.java | 155 for (String option : getOptions()) 158 buffer.append(option); 173 * option in the provided collection is checked using 189 for (String option : options) 191 if (!hasOption(option)) 225 * one at a time against the provided option. All comparisons are 229 public boolean hasOption(String option) argument 231 String noption = toLowerCase(option); 281 * if the sizes differ. If the sizes are the same then each option 300 for (String option [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/logdoc/ |
H A D | LogHtmlTemplate.java | 51 * option templae in message IDs html page. 53 public static String option = "<option value=\"@id@\">@id@</value>"; field in class:LogHtmlTemplate
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/ |
H A D | ToolsOptionsInfo.java | 35 public ToolsOptionsInfo(String handlerClass, String option, argument 37 this(handlerClass, option, description, true); 40 public ToolsOptionsInfo(String handlerClass, String option, argument 43 setOption(option); 49 return option; 64 private void setOption(String option) { argument 65 this.option = option; 80 private String option; field in class:ToolsOptionsInfo
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/logdoc/ |
H A D | LogHtmlTemplate.java | 51 * option templae in message IDs html page. 53 public static String option = "<option value=\"@id@\">@id@</value>"; field in class:LogHtmlTemplate
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/admin/ |
H A D | ToolsOptionsInfo.java | 35 public ToolsOptionsInfo(String handlerClass, String option, argument 37 this(handlerClass, option, description, true); 40 public ToolsOptionsInfo(String handlerClass, String option, argument 43 setOption(option); 49 return option; 64 private void setOption(String option) { argument 65 this.option = option; 80 private String option; field in class:ToolsOptionsInfo
|
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | BaseOptions.java | 44 public void add(UserOptionItem option) { argument 45 getResponseOptions().add(option); 48 public void remove(UserOptionItem option) { argument 49 getResponseOptions().remove(option); 52 public boolean contains(UserOptionItem option) { argument 53 return getResponseOptions().contains(option); 56 public void setDefaultOption(UserOptionItem option) { argument 57 defaultOption = option; 77 UserOptionItem option = (UserOptionItem) 79 String displayItem = option [all...] |
H A D | ConfirmInteraction.java | 84 // invalid option message 95 private InteractionResultStatus getResultStatus(UserOptionItem option) { argument 98 if (option.getDisplayItem().equals(STR_CONFIRM_YES_DISPLAY_ITEM)) {
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | AbstractAttribute.java | 136 for (String option : getOptions()) 139 buffer.append(option); 183 * one at a time against the provided option. All comparisons are 187 public boolean hasOption(String option) argument 189 return AttributeDescription.containsOption(getOptions(), option); 229 * if the sizes differ. If the sizes are the same then each option
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | BaseOptions.java | 44 public void add(UserOptionItem option) { argument 45 getResponseOptions().add(option); 48 public void remove(UserOptionItem option) { argument 49 getResponseOptions().remove(option); 52 public boolean contains(UserOptionItem option) { argument 53 return getResponseOptions().contains(option); 56 public void setDefaultOption(UserOptionItem option) { argument 57 defaultOption = option; 77 UserOptionItem option = (UserOptionItem) 79 String displayItem = option [all...] |
H A D | ConfirmInteraction.java | 84 // invalid option message 95 private InteractionResultStatus getResultStatus(UserOptionItem option) { argument 98 if (option.getDisplayItem().equals(STR_CONFIRM_YES_DISPLAY_ITEM)) {
|
/forgerock/opendj2/src/server/org/opends/server/admin/ |
H A D | RelationDefinition.java | 142 * Add a relation definition option. 144 * @param option 145 * The relation option. 147 public final void setOption(RelationOption option) { argument 148 ensureNotNull(option); 149 common.options.add(option); 371 * Check if the specified option is set for this relation 374 * @param option 375 * The option to test. 376 * @return Returns <code>true</code> if the option i 379 hasOption(RelationOption option) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/ |
H A D | RelationDefinition.java | 143 * Add a relation definition option. 145 * @param option 146 * The relation option. 148 public final void setOption(RelationOption option) { argument 149 ensureNotNull(option); 150 common.options.add(option); 372 * Check if the specified option is set for this relation 375 * @param option 376 * The option to test. 377 * @return Returns <code>true</code> if the option i 380 hasOption(RelationOption option) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/ |
H A D | RelationDefinition.java | 143 * Add a relation definition option. 145 * @param option 146 * The relation option. 148 public final void setOption(RelationOption option) { argument 149 ensureNotNull(option); 150 common.options.add(option); 372 * Check if the specified option is set for this relation 375 * @param option 376 * The option to test. 377 * @return Returns <code>true</code> if the option i 380 hasOption(RelationOption option) argument [all...] |