Package ch.ivyteam.ivy.workflow
Interface IWebServiceProcessStartElement
-
- All Superinterfaces:
IProcessStart
public interface IWebServiceProcessStartElement extends IProcessStart
Configuration of a web service process start element. It represents a web method in a web service.- Since:
- 22.01.2007
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSignature()
Gets the signature of the web service start element.-
Methods inherited from interface ch.ivyteam.ivy.workflow.IProcessStart
getDescription, getFullRequestPath, getFullUserFriendlyRequestPath, getId, getName, getProcessElementId, getProcessModelVersion, getRequestPath, getTaskStart, getUserFriendlyRequestPath
-
-
-
-
Method Detail
-
getSignature
String getSignature()
Gets the signature of the web service start element.- Returns:
- signature
- Throws:
PersistencyException
- API:
- This public API is available in IvyScript and Java. It has the visibility EXPERT.
-
-