Package com.sforce.soap.metadata
Class KnowledgeCaseSettings
- java.lang.Object
-
- com.sforce.soap.metadata.KnowledgeCaseSettings
-
-
Constructor Summary
Constructors Constructor Description KnowledgeCaseSettings()Constructor
-
Method Summary
-
-
-
Method Detail
-
getArticlePDFCreationProfile
public String getArticlePDFCreationProfile()
-
setArticlePDFCreationProfile
public void setArticlePDFCreationProfile(String articlePDFCreationProfile)
-
setArticlePDFCreationProfile
protected void setArticlePDFCreationProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getArticlePublicSharingCommunities
public KnowledgeCommunitiesSettings getArticlePublicSharingCommunities()
-
setArticlePublicSharingCommunities
public void setArticlePublicSharingCommunities(KnowledgeCommunitiesSettings articlePublicSharingCommunities)
-
setArticlePublicSharingCommunities
protected void setArticlePublicSharingCommunities(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getArticlePublicSharingSites
public KnowledgeSitesSettings getArticlePublicSharingSites()
-
setArticlePublicSharingSites
public void setArticlePublicSharingSites(KnowledgeSitesSettings articlePublicSharingSites)
-
setArticlePublicSharingSites
protected void setArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getArticlePublicSharingSitesChatterAnswers
public KnowledgeSitesSettings getArticlePublicSharingSitesChatterAnswers()
-
setArticlePublicSharingSitesChatterAnswers
public void setArticlePublicSharingSitesChatterAnswers(KnowledgeSitesSettings articlePublicSharingSitesChatterAnswers)
-
setArticlePublicSharingSitesChatterAnswers
protected void setArticlePublicSharingSitesChatterAnswers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignTo
public String getAssignTo()
-
setAssignTo
public void setAssignTo(String assignTo)
-
setAssignTo
protected void setAssignTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCustomizationClass
public String getCustomizationClass()
-
setCustomizationClass
public void setCustomizationClass(String customizationClass)
-
setCustomizationClass
protected void setCustomizationClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultContributionArticleType
public String getDefaultContributionArticleType()
-
setDefaultContributionArticleType
public void setDefaultContributionArticleType(String defaultContributionArticleType)
-
setDefaultContributionArticleType
protected void setDefaultContributionArticleType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEditor
public KnowledgeCaseEditor getEditor()
-
setEditor
public void setEditor(KnowledgeCaseEditor editor)
-
setEditor
protected void setEditor(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableArticleCreation
public boolean getEnableArticleCreation()
-
isEnableArticleCreation
public boolean isEnableArticleCreation()
-
setEnableArticleCreation
public void setEnableArticleCreation(boolean enableArticleCreation)
-
setEnableArticleCreation
protected void setEnableArticleCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableArticlePublicSharingSites
public boolean getEnableArticlePublicSharingSites()
-
isEnableArticlePublicSharingSites
public boolean isEnableArticlePublicSharingSites()
-
setEnableArticlePublicSharingSites
public void setEnableArticlePublicSharingSites(boolean enableArticlePublicSharingSites)
-
setEnableArticlePublicSharingSites
protected void setEnableArticlePublicSharingSites(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableCaseDataCategoryMapping
public boolean getEnableCaseDataCategoryMapping()
-
isEnableCaseDataCategoryMapping
public boolean isEnableCaseDataCategoryMapping()
-
setEnableCaseDataCategoryMapping
public void setEnableCaseDataCategoryMapping(boolean enableCaseDataCategoryMapping)
-
setEnableCaseDataCategoryMapping
protected void setEnableCaseDataCategoryMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUseProfileForPDFCreation
public boolean getUseProfileForPDFCreation()
-
isUseProfileForPDFCreation
public boolean isUseProfileForPDFCreation()
-
setUseProfileForPDFCreation
public void setUseProfileForPDFCreation(boolean useProfileForPDFCreation)
-
setUseProfileForPDFCreation
protected void setUseProfileForPDFCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-