atg.svc.workflow.process.action
Class SolutionWorkflowActionConfiguration

java.lang.Object
  extended by atg.epub.workflow.process.action.PublishingActionConfiguration
      extended by atg.svc.workflow.process.action.SolutionWorkflowActionConfiguration

public class SolutionWorkflowActionConfiguration
extends atg.epub.workflow.process.action.PublishingActionConfiguration


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
SolutionWorkflowActionConfiguration()
           
 
Method Summary
 java.lang.String getProcessDataTypePropertyName()
          Get property processDataTypePropertyName
 java.lang.String getPublishingServiceComponentName()
           
 java.lang.String getSolutionRepositoryItemType()
           
 java.lang.String getSolutionRepositoryName()
           
 atg.versionmanager.VersionManager getVersionManager()
          Get property versionManager
 boolean isIgnoreNoTargets()
          When set to true no errors will thrown when there is no topology definition file or no targets defined.
 void setIgnoreNoTargets(boolean pIgnoreNoTargets)
          Set this to true if we dont want to throw errors when there is no topology definition file or no targets are defined.
 void setProcessDataTypePropertyName(java.lang.String pProcessDataTypePropertyName)
          Set property processDataTypePropertyName
 void setPublishingServiceComponentName(java.lang.String pPublishingServiceComponentName)
           
 void setSolutionRepositoryItemType(java.lang.String pSolutionRepositoryItemType)
           
 void setSolutionRepositoryName(java.lang.String pSolutionRepositoryName)
           
 void setVersionManager(atg.versionmanager.VersionManager pVersionManager)
          Set property versionManager
 
Methods inherited from class atg.epub.workflow.process.action.PublishingActionConfiguration
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SolutionWorkflowActionConfiguration

public SolutionWorkflowActionConfiguration()
Method Detail

isIgnoreNoTargets

public boolean isIgnoreNoTargets()
When set to true no errors will thrown when there is no topology definition file or no targets defined.

Returns:
Returns the ignoreNoTargets.

setIgnoreNoTargets

public void setIgnoreNoTargets(boolean pIgnoreNoTargets)
Set this to true if we dont want to throw errors when there is no topology definition file or no targets are defined.

Parameters:
pIgnoreNoTargets - The ignoreNoTargets to set.

setProcessDataTypePropertyName

public void setProcessDataTypePropertyName(java.lang.String pProcessDataTypePropertyName)
Set property processDataTypePropertyName

Parameters:
pProcessDataTypePropertyName - the name of the repository property that identifies a processData type

getProcessDataTypePropertyName

public java.lang.String getProcessDataTypePropertyName()
Get property processDataTypePropertyName

Returns:
the name of the repository property that identifies a processData type

getPublishingServiceComponentName

public java.lang.String getPublishingServiceComponentName()
Returns:
Returns the publishingService.

setPublishingServiceComponentName

public void setPublishingServiceComponentName(java.lang.String pPublishingServiceComponentName)
Parameters:
pPublishingServiceComponentName - The publishingServiceComponentName to set.

getSolutionRepositoryName

public java.lang.String getSolutionRepositoryName()
Returns:
Returns the solutionRepositoryName.

setSolutionRepositoryName

public void setSolutionRepositoryName(java.lang.String pSolutionRepositoryName)
Parameters:
pSolutionRepositoryName - The solutionRepositoryName to set.

getSolutionRepositoryItemType

public java.lang.String getSolutionRepositoryItemType()
Returns:
Returns the solutionRepositoryItemType.

setSolutionRepositoryItemType

public void setSolutionRepositoryItemType(java.lang.String pSolutionRepositoryItemType)
Parameters:
pSolutionRepositoryItemType - The solutionRepositoryItemType to set.

setVersionManager

public void setVersionManager(atg.versionmanager.VersionManager pVersionManager)
Set property versionManager

Parameters:
pVersionManager - the component used to get workspaces

getVersionManager

public atg.versionmanager.VersionManager getVersionManager()
Get property versionManager

Returns:
the component used to get workspaces