org.weblab_project.services.foldercrawling.types
Class StartCrawlArgs

java.lang.Object
  extended by org.weblab_project.services.foldercrawling.types.StartCrawlArgs
All Implemented Interfaces:
java.io.Serializable

public class StartCrawlArgs
extends java.lang.Object
implements java.io.Serializable

Wrapper containing the usage context used to launch the crawl.

Java class for startCrawlArgs complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="startCrawlArgs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="usageContext" type="{http://weblab-project.org/core/model/user}usageContext"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  org.weblab_project.core.model.user.UsageContext usageContext
           
 
Constructor Summary
StartCrawlArgs()
           
 
Method Summary
 org.weblab_project.core.model.user.UsageContext getUsageContext()
          Gets the value of the usageContext property.
 void setUsageContext(org.weblab_project.core.model.user.UsageContext value)
          Sets the value of the usageContext property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usageContext

protected org.weblab_project.core.model.user.UsageContext usageContext
Constructor Detail

StartCrawlArgs

public StartCrawlArgs()
Method Detail

getUsageContext

public org.weblab_project.core.model.user.UsageContext getUsageContext()
Gets the value of the usageContext property.

Returns:
possible object is UsageContext

setUsageContext

public void setUsageContext(org.weblab_project.core.model.user.UsageContext value)
Sets the value of the usageContext property.

Parameters:
value - allowed object is UsageContext


Copyright © 2004-2010. All Rights Reserved.