|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.lenya.cms.ant.PublicationTask
org.apache.lenya.cms.ant.InitWorkflowHistoryTask
public class InitWorkflowHistoryTask
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
InitWorkflowHistoryTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
java.lang.String |
getDocumentId()
Get the document-id. |
java.lang.String |
getDocumentType()
Get the document type. |
java.lang.String |
getLanguage()
Get the language. |
java.lang.String |
getMachineIp()
Returns the machine IP address from which the history was initialized. |
java.lang.String |
getUserId()
Returns the ID of the user who initialized the history. |
void |
setDocumentId(java.lang.String aDocumentId)
Set the document-id. |
void |
setDocumentType(java.lang.String aDocumentType)
Set the document type. |
void |
setLanguage(java.lang.String string)
Set the language. |
void |
setMachineIp(java.lang.String machineIp)
Sets the machine IP address from which the history was initialized. |
void |
setUserId(java.lang.String userId)
Sets the ID of the user who initialized the history. |
| Methods inherited from class org.apache.lenya.cms.ant.PublicationTask |
|---|
assertString, getContextPrefix, getPublication, getPublicationDirectory, getPublicationId, getServletContext |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitWorkflowHistoryTask()
| Method Detail |
|---|
public java.lang.String getMachineIp()
public void setMachineIp(java.lang.String machineIp)
machineIp - A string.public java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId - A string.
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionTask.execute()public java.lang.String getDocumentId()
public void setDocumentId(java.lang.String aDocumentId)
aDocumentId - the document-idpublic java.lang.String getDocumentType()
public void setDocumentType(java.lang.String aDocumentType)
aDocumentType - the document typepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String string)
string - the language
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||