Searched defs:irelation (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java850 final InstantiableRelationDefinition<C, S> irelation,
863 child = parent.createChild(irelation, d, input, exceptions);
877 parent.getChild(irelation, input);
879 Message msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation
883 Message msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation
887 Message msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation
900 Message msg = ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation
912 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1302 InstantiableRelationDefinition<C, S> irelation =
1309 child = createChildInteractively(app, parent, irelation,
848 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java849 final InstantiableRelationDefinition<C, S> irelation,
862 child = parent.createChild(irelation, d, input, exceptions);
876 parent.getChild(irelation, input);
878 Message msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation
882 Message msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation
886 Message msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation
899 Message msg = ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation
911 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1301 InstantiableRelationDefinition<C, S> irelation =
1308 child = createChildInteractively(app, parent, irelation,
847 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java850 final InstantiableRelationDefinition<C, S> irelation,
863 child = parent.createChild(irelation, d, input, exceptions);
877 parent.getChild(irelation, input);
879 Message msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation
883 Message msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation
887 Message msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation
900 Message msg = ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation
912 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1302 InstantiableRelationDefinition<C, S> irelation =
1309 child = createChildInteractively(app, parent, irelation,
848 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java850 final InstantiableRelationDefinition<C, S> irelation,
863 child = parent.createChild(irelation, d, input, exceptions);
877 parent.getChild(irelation, input);
879 Message msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation
883 Message msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation
887 Message msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation
900 Message msg = ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation
912 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1302 InstantiableRelationDefinition<C, S> irelation =
1309 child = createChildInteractively(app, parent, irelation,
848 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DCreateSubCommandHandler.java849 final InstantiableRelationDefinition<C, S> irelation,
862 child = parent.createChild(irelation, d, input, exceptions);
876 parent.getChild(irelation, input);
878 Message msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation
882 Message msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation
886 Message msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation
899 Message msg = ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation
911 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1301 InstantiableRelationDefinition<C, S> irelation =
1308 child = createChildInteractively(app, parent, irelation,
847 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<DefaultBehaviorException> exceptions) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java715 final InstantiableRelationDefinition<C, S> irelation,
730 child = parent.createChild(irelation, d, input, exceptions);
742 parent.getChild(irelation, input);
744 LocalizableMessage msg = ERR_DSCFG_ERROR_CREATE_AUTHZ.get(irelation.getUserFriendlyName());
747 LocalizableMessage msg = ERR_DSCFG_ERROR_CREATE_CME.get(irelation.getUserFriendlyName());
750 LocalizableMessage msg = ERR_DSCFG_ERROR_CREATE_CE.get(irelation.getUserFriendlyName(),
763 ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS.get(irelation.getUserFriendlyName(), input));
771 PropertyDefinition<?> pd = irelation.getNamingPropertyDefinition();
1091 InstantiableRelationDefinition<C, S> irelation = (InstantiableRelationDefinition<C, S>) relation;
1097 child = createChildInteractively(app, parent, irelation,
713 createChildInteractively( ConsoleApplication app, final ManagedObject<?> parent, final InstantiableRelationDefinition<C, S> irelation, final ManagedObjectDefinition<? extends C, ? extends S> d, final List<PropertyException> exceptions) argument
[all...]

Completed in 83 milliseconds