public interface AppActionInterface
Modifier and Type | Method and Description |
---|---|
MboRemote |
createChange(java.lang.String param)
Creates a change.
|
MboRemote |
createIncident(java.lang.String param)
Creates a incident.
|
MboRemote |
createProblem(java.lang.String param)
Creates a problem ticket.
|
MboRemote |
createRelease(java.lang.String param)
Creates a relase.
|
MboRemote |
createServiceRequest(java.lang.String param)
Creates a service request ticket.
|
MboRemote |
createWorkorder(java.lang.String param)
Creates a work order.
|
MboRemote createWorkorder(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a job plan, based on which the workorder is created.MXException
java.rmi.RemoteException
MboRemote createChange(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a job plan, based on which the change is created.MXException
java.rmi.RemoteException
MboRemote createRelease(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a job plan, based on which the release is created.MXException
java.rmi.RemoteException
MboRemote createServiceRequest(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a ticket template, based on which the service request is created.MXException
java.rmi.RemoteException
MboRemote createProblem(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a ticket template, based on which the problem is created.MXException
java.rmi.RemoteException
MboRemote createIncident(java.lang.String param) throws MXException, java.rmi.RemoteException
param
- Parameter that refers to a ticket template, based on which the incident is created.MXException
java.rmi.RemoteException