Uses of Class
org.apache.manifoldcf.authorities.system.MappingRequest
-
Packages that use MappingRequest Package Description org.apache.manifoldcf.authorities.system -
-
Uses of MappingRequest in org.apache.manifoldcf.authorities.system
Fields in org.apache.manifoldcf.authorities.system with type parameters of type MappingRequest Modifier and Type Field Description protected static RequestQueue<MappingRequest>
ManifoldCF. mappingRequestQueue
protected RequestQueue<MappingRequest>
MappingThread. requestQueue
Methods in org.apache.manifoldcf.authorities.system that return types with arguments of type MappingRequest Modifier and Type Method Description static RequestQueue<MappingRequest>
ManifoldCF. getMappingRequestQueue()
Get the current mapping request queueConstructor parameters in org.apache.manifoldcf.authorities.system with type arguments of type MappingRequest Constructor Description MappingThread(java.lang.String id, RequestQueue<MappingRequest> requestQueue)
Constructor.
-