|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lombardisoftware.webapi.ExposedItem
public class ExposedItem
An ExposedItem
Constructor Summary | |
---|---|
ExposedItem()
|
|
ExposedItem(long id,
java.lang.String name,
java.lang.String type,
java.lang.String displayName,
java.lang.Boolean startable,
java.lang.String URL,
Service service,
Process process,
Scoreboard scoreboard,
Report report,
InfoPathForm infoPathForm,
java.lang.Boolean infoPathFormOfflineOnly)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getDisplayName()
Gets the displayName value for this ExposedItem. |
long |
getId()
Gets the id value for this ExposedItem. |
InfoPathForm |
getInfoPathForm()
Gets the infoPathForm value for this ExposedItem. |
java.lang.Boolean |
getInfoPathFormOfflineOnly()
Gets the infoPathFormOfflineOnly value for this ExposedItem. |
java.lang.String |
getName()
Gets the name value for this ExposedItem. |
Process |
getProcess()
Gets the process value for this ExposedItem. |
Report |
getReport()
Gets the report value for this ExposedItem. |
Scoreboard |
getScoreboard()
Gets the scoreboard value for this ExposedItem. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Service |
getService()
Gets the service value for this ExposedItem. |
java.lang.Boolean |
getStartable()
Gets the startable value for this ExposedItem. |
java.lang.String |
getType()
Gets the type value for this ExposedItem. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getURL()
Gets the URL value for this ExposedItem. |
int |
hashCode()
|
void |
setDisplayName(java.lang.String displayName)
Sets the displayName value for this ExposedItem. |
void |
setId(long id)
Sets the id value for this ExposedItem. |
void |
setInfoPathForm(InfoPathForm infoPathForm)
Sets the infoPathForm value for this ExposedItem. |
void |
setInfoPathFormOfflineOnly(java.lang.Boolean infoPathFormOfflineOnly)
Sets the infoPathFormOfflineOnly value for this ExposedItem. |
void |
setName(java.lang.String name)
Sets the name value for this ExposedItem. |
void |
setProcess(Process process)
Sets the process value for this ExposedItem. |
void |
setReport(Report report)
Sets the report value for this ExposedItem. |
void |
setScoreboard(Scoreboard scoreboard)
Sets the scoreboard value for this ExposedItem. |
void |
setService(Service service)
Sets the service value for this ExposedItem. |
void |
setStartable(java.lang.Boolean startable)
Sets the startable value for this ExposedItem. |
void |
setType(java.lang.String type)
Sets the type value for this ExposedItem. |
void |
setURL(java.lang.String URL)
Sets the URL value for this ExposedItem. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExposedItem()
public ExposedItem(long id, java.lang.String name, java.lang.String type, java.lang.String displayName, java.lang.Boolean startable, java.lang.String URL, Service service, Process process, Scoreboard scoreboard, Report report, InfoPathForm infoPathForm, java.lang.Boolean infoPathFormOfflineOnly)
Method Detail |
---|
public long getId()
public void setId(long id)
id
- * The environment specific identifier of the exposed itempublic java.lang.String getName()
public void setName(java.lang.String name)
name
- * The name of the exposed item.
Can be missing or nil if the item is only partially
loaded.public java.lang.String getType()
public void setType(java.lang.String type)
type
- * The name of the exposed item type to filter by. Currently
supported searchable types are:
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- * The disambiguous name of the exposeditem. Generally this will
be the same as the Name unless there are
more than one favorites returned with the same name.
In that case, it would include snapshot information
and possibly even Process Application information to
specify the correct version of the object.
Can be missing or nil if the ExposedItem is only partially
loaded.public java.lang.Boolean getStartable()
public void setStartable(java.lang.Boolean startable)
startable
- * Specifies whether or not an instance of the item can be startedpublic java.lang.String getURL()
public void setURL(java.lang.String URL)
URL
- * Specifies the URL of an item exposed via URL (e.g. Scoreboards,
Services, Reports)public Service getService()
public void setService(Service service)
service
- * The service associated with this exposed item if the Type is
SERVICE.
Can be missing or nil if the exposed item is only partially
loaded or if the exposed item
is not of type SERVICE.public Process getProcess()
public void setProcess(Process process)
process
- * The process associated with this exposed item if the Type is
PROCESS.
Can be missing or nil if the exposed item is only partially
loaded or if the exposed item
is not of type PROCESS.public Scoreboard getScoreboard()
public void setScoreboard(Scoreboard scoreboard)
scoreboard
- * The scoreboard associated with this exposed item if the Type
is SCOREBOARD.
Can be missing or nil if the exposed item is only partially
loaded or if the exposed item
is not of type SCOREBOARD.public Report getReport()
public void setReport(Report report)
report
- * The report associated with this exposed item if the Type is
REPORT.
Can be missing or nil if the exposed item is only partially
loaded or if the exposed item
is not of type REPORT.public InfoPathForm getInfoPathForm()
public void setInfoPathForm(InfoPathForm infoPathForm)
infoPathForm
- * For use by WLE for Officepublic java.lang.Boolean getInfoPathFormOfflineOnly()
public void setInfoPathFormOfflineOnly(java.lang.Boolean infoPathFormOfflineOnly)
infoPathFormOfflineOnly
- * For use by WLE for Officepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
IBM BPM API for Web Service Clients v8.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |