|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTypedCheck | |
|---|---|
| org.torweg.pulse.accesscontrol.attributes | comprises additional information associated with Users. |
| org.torweg.pulse.component.core.accesscontrol.attributes.admin | administrative controllers for attributes. |
| Uses of AbstractTypedCheck in org.torweg.pulse.accesscontrol.attributes |
|---|
| Subclasses of AbstractTypedCheck in org.torweg.pulse.accesscontrol.attributes | |
|---|---|
class |
RegexStringCheck
tests a AbstractValue<String> against a regular
expression. |
| Methods in org.torweg.pulse.accesscontrol.attributes that return AbstractTypedCheck | |
|---|---|
AbstractTypedCheck<java.lang.String> |
RegexStringCheck.checkFromCommand(Command c)
returns the initialised check or null. |
abstract AbstractTypedCheck<T> |
AbstractTypedCheck.checkFromCommand(Command c)
builds a new instance from the given Command. |
AbstractTypedCheck<java.lang.String> |
StringAttribute.getCheck()
returns the check. |
AbstractTypedCheck<Selection> |
SelectionAttribute.getCheck()
returns the check of the attribute. |
AbstractTypedCheck<NilType> |
SectionAttribute.getCheck()
returns the check. |
AbstractTypedCheck<Bundle> |
BundleAttribute.getCheck()
returns the check associated with the attribute. |
AbstractTypedCheck<java.lang.Boolean> |
BooleanAttribute.getCheck()
returns the check. |
abstract AbstractTypedCheck<T> |
AbstractAttribute.getCheck()
returns the attribute's check. |
AbstractTypedCheck<?> |
AttributeFactory.getTypedCheck(java.lang.Class<AbstractTypedCheck<?>> c)
returns an instance of the given check. |
AbstractTypedCheck<java.lang.String> |
RegexStringCheck.setCheckFromCommand(Command c)
sets the values for the check from a given Command and returns
the check with the newly set check. |
abstract AbstractTypedCheck<T> |
AbstractTypedCheck.setCheckFromCommand(Command c)
sets the values for the check from a given Command and
returns the check with the newly set check. |
| Methods in org.torweg.pulse.accesscontrol.attributes that return types with arguments of type AbstractTypedCheck | |
|---|---|
java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> |
AbstractAttribute.getTypedChecks()
returns a set with the available typed checks for the attribute. |
java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> |
AttributeFactoryConfig.getTypedChecks(java.lang.Class<AbstractAttribute<?>> clazz)
returns a set with the available typed checks for the given attribute class. |
java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> |
AttributeFactory.getTypedChecks(java.lang.Class<AbstractAttribute<?>> clazz)
returns a set with the available typed checks for the given attribute class. |
| Methods in org.torweg.pulse.accesscontrol.attributes with parameters of type AbstractTypedCheck | |
|---|---|
void |
BooleanAttribute.setCheck(AbstractTypedCheck<java.lang.Boolean> c)
sets the check. |
void |
BundleAttribute.setCheck(AbstractTypedCheck<Bundle> c)
is not implemented and will throw a PulseException. |
void |
SectionAttribute.setCheck(AbstractTypedCheck<NilType> c)
sets the check. |
void |
SelectionAttribute.setCheck(AbstractTypedCheck<Selection> c)
sets the check for the attribute. |
void |
StringAttribute.setCheck(AbstractTypedCheck<java.lang.String> c)
sets the check. |
abstract void |
AbstractAttribute.setCheck(AbstractTypedCheck<T> c)
sets the attrubite's check. |
| Method parameters in org.torweg.pulse.accesscontrol.attributes with type arguments of type AbstractTypedCheck | |
|---|---|
AbstractTypedCheck<?> |
AttributeFactory.getTypedCheck(java.lang.Class<AbstractTypedCheck<?>> c)
returns an instance of the given check. |
| Uses of AbstractTypedCheck in org.torweg.pulse.component.core.accesscontrol.attributes.admin |
|---|
| Methods in org.torweg.pulse.component.core.accesscontrol.attributes.admin with parameters of type AbstractTypedCheck | |
|---|---|
void |
AttributeRegistryEditorResult.setAttributeCheck(AbstractTypedCheck<?> chk)
set a attribute-check for the result. |
| Method parameters in org.torweg.pulse.component.core.accesscontrol.attributes.admin with type arguments of type AbstractTypedCheck | |
|---|---|
void |
AttributeRegistryEditorResult.setAvailableChecks(java.util.Set<java.lang.Class<AbstractTypedCheck<?>>> typedChecks)
sets the available checks for the current attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||