Uses of Class
org.javastro.ivoa.entities.resource.registry.RegCapRestriction
Packages that use RegCapRestriction
-
Uses of RegCapRestriction in org.javastro.ivoa.entities.resource.registry
Subclasses of RegCapRestriction in org.javastro.ivoa.entities.resource.registryModifier and TypeClassDescriptionclassThe capabilities of the Registry Harvest implementation.classThe capabilities of the Registry Search implementation.Methods in org.javastro.ivoa.entities.resource.registry with type parameters of type RegCapRestrictionModifier and TypeMethodDescriptionprotected <_P extends RegCapRestriction>
_PRegCapRestriction.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.registry that return RegCapRestrictionModifier and TypeMethodDescriptionRegCapRestriction.Builder.build()RegCapRestriction.clone()RegCapRestriction.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) RegCapRestriction.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) RegCapRestriction.createCopy()RegCapRestriction.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegCapRestriction.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.registry with parameters of type RegCapRestrictionModifier and TypeMethodDescriptionstatic Harvest.Builder<Void>Harvest.copyExcept(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Search.Builder<Void>Search.copyExcept(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Harvest.Builder<_B>Harvest.copyOf(RegCapRestriction _other) static <_B> Harvest.Builder<_B>Harvest.copyOf(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) RegCapRestriction.Builder.copyOf(RegCapRestriction _other) static <_B> Search.Builder<_B>Search.copyOf(RegCapRestriction _other) static <_B> Search.Builder<_B>Search.copyOf(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Harvest.Builder<Void>Harvest.copyOnly(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Search.Builder<Void>Search.copyOnly(RegCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.registry with parameters of type RegCapRestrictionModifierConstructorDescriptionBuilder(_B _parentBuilder, RegCapRestriction _other, boolean _copy) Builder(_B _parentBuilder, RegCapRestriction _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)