|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.knowledgebaseExp.KnowledgebaseXpathExpression
public class KnowledgebaseXpathExpression
Set of XPath expression for navigating through different positions in Knowledge base (written in XML format). These are following expression are for accessing different parts of KB. Note: if structure change in KB then change XPath expression here as well.
| Field Summary | |
|---|---|
static String |
action_ID
XPath expression to copy the relevant crawling Action's id from Knowledge base. |
static String |
detect_CMSID
XPath expression that get the id of Content management system from knowledge base for currently detected Web application. |
static String |
object_name
XPath expression to copy the current objects name from Knowledge base. |
static String |
webA_detectionRule
XPath expression to copy all the Web application detection pattern from Knowledge base. |
| Constructor Summary | |
|---|---|
KnowledgebaseXpathExpression()
|
|
| Method Summary | |
|---|---|
static String |
getAppName(String cms)
Return the XPath expression, one need to use for extracting detected application name from Knowledge base. |
static String |
getBlogPostBodyEXP(String action)
Return the XPath expression for copying the blog post body expression from knowledgebase. |
static String |
getBlogPostBodyHTMLEXP(String action)
Return the XPath expression for copying the blog post body (as html) expression from knowledgebase. |
static String |
getBlogPostDateEXP(String action)
Return the XPath expression for copying the blog post date expression from knowledgebase. |
static String |
getKB_Blog_PostDetectExp(String cms)
Return the XPath expression for copying the individual post level Detection Expression from Knowledgebase. |
static String |
getKB_Blog_PostlevelDetectExp(String cms)
Return the XPath expression for copying the Blog's list of post level Detection Expression from Knowledgebase. |
static String |
getKB_Micro_Blog_PostlevelDetectExp(String cms)
Return the XPath expression for copying the list of tweets level Detection Expression from Knowledgebase. |
static String |
getKBFollowerStatusEXP(String action)
Return the XPath expression for copying the follower expression from knowledgebase. |
static String |
getKBFollowingStatusEXP(String action)
Return the XPath expression for copying the following expression from knowledgebase. |
static String |
getKBForumlevelDetectExp(String cms)
Return the XPath expression for copying the forum level Detection Expression from Knowledgebase. |
static String |
getKBHeadEXP(String action)
Return the XPath expression for copying the head of Object extraction from knowledgebase. |
static String |
getKBLinkAnchorExp(String action)
Return the XPath expression for copying the relevant expression from knowledgebase for link's anchor text extraction. |
static String |
getKBLinkExtractExp(String action)
Return the XPath expression for copying the link extraction expression from Knowledgebase. |
static String |
getKBListThreadlevelDetectExp(String cms)
Return the XPath expression for copying the list of Thread level Detection Expression from Knowledgebase. |
static String |
getKBObjectExtractionEXP(String action)
Return the XPath expression for copying the set of related objects expression from knowledgebase. |
static String |
getKBPageNavExp(String action)
Return the XPath expression for copying the related page navigation expression from Knowledgebase. |
static String |
getKBProfileNameEXP(String action)
Return the XPath expression for copying the profile name expression from knowledgebase. |
static String |
getKBThreadlevelDetectExp(String cms)
Return the XPath expression for copying the list of post level Detection Expression from Knowledgebase. |
static String |
getKBTitleEXP(String action)
Return the XPath expression for copying the post title extraction expression from Knowledgebase. |
static String |
getKBTweetStatusEXP(String action)
Return the XPath expression for copy the tweet status expression from knowledgebase. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String action_ID
public static final String detect_CMSID
public static final String object_name
public static final String webA_detectionRule
| Constructor Detail |
|---|
public KnowledgebaseXpathExpression()
| Method Detail |
|---|
public static String getAppName(String cms)
cms - content management system id
public static String getBlogPostBodyEXP(String action)
action - action id
public static String getBlogPostBodyHTMLEXP(String action)
action - action id
public static String getBlogPostDateEXP(String action)
action - action id
public static String getKB_Blog_PostDetectExp(String cms)
cms - content management system id
public static String getKB_Blog_PostlevelDetectExp(String cms)
cms - content management system id
public static String getKB_Micro_Blog_PostlevelDetectExp(String cms)
cms - content management system id
public static String getKBFollowerStatusEXP(String action)
action - action id
public static String getKBFollowingStatusEXP(String action)
action - action id
public static String getKBForumlevelDetectExp(String cms)
cms - content management system id
public static String getKBHeadEXP(String action)
<?xml version="1.0" ?>
<commentList>
<comment id="c1">
.
.
.
</comment>
<comment id="c2">
.
.
.
</comment>
.
.
.
</commentList>
</xml>
action - action id
public static String getKBLinkAnchorExp(String action)
action - action id
public static String getKBLinkExtractExp(String action)
action - action id
public static String getKBListThreadlevelDetectExp(String cms)
cms - content management system id
public static String getKBObjectExtractionEXP(String action)
action - action id
public static String getKBPageNavExp(String action)
action - action id
public static String getKBProfileNameEXP(String action)
action - action id
public static String getKBThreadlevelDetectExp(String cms)
cms - content management system id
public static String getKBTitleEXP(String action)
action - action id
public static String getKBTweetStatusEXP(String action)
action - action id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||