Class MonitoringSubscriptionSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.monitoring.MonitoringSubscriptionSoapDO
public class MonitoringSubscriptionSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
The MonitoringSubscriptionSoapDO class represents the data associated with monitoring subscription.
- Since:
- 16.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Filter name for modified after.static final String
Filter name for modified before.static final String
Filter name for object id prefix.static final String
Filter name for project.static final String
Possible value for the 'status' field, indicating that a subscription is active.static final String
Possible value for the 'status' field, indicating that a subscription is deleted.static final String
Possible value for the 'status' field, indicating that a subscription is temporarily disabled.static final String
Possible value for the 'status' field, indicating that a subscription is pending approval.static final String
Possible value for the 'status' field, indicating that a subscription is waiting user confirmation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'eventOperation'.Returns 'objectId'.Returns 'status'.int
Returns 'subscriptionType'.getUser()
Returns 'user'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setEventOperation
(String eventOperation) Sets 'eventOperation'.void
setObjectId
(String objectId) Sets 'objectId'.void
Sets 'status'.void
setSubscriptionType
(int subscriptionType) Sets 'subscriptionType'.void
Sets 'user'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
STATUS_ACTIVE
Possible value for the 'status' field, indicating that a subscription is active.- See Also:
-
STATUS_PENDING
Possible value for the 'status' field, indicating that a subscription is pending approval.- See Also:
-
STATUS_WAITING_CONFIRMATION
Possible value for the 'status' field, indicating that a subscription is waiting user confirmation.- See Also:
-
STATUS_HOLD
Possible value for the 'status' field, indicating that a subscription is temporarily disabled.- See Also:
-
STATUS_DELETED
Possible value for the 'status' field, indicating that a subscription is deleted.- See Also:
-
FILTER_PROJECT_ID
Filter name for project.- See Also:
-
FILTER_OBJECT_ID_PREFIX
Filter name for object id prefix.- See Also:
-
FILTER_MODIFIED_BEFORE
Filter name for modified before.- See Also:
-
FILTER_MODIFIED_AFTER
Filter name for modified after.- See Also:
-
-
Constructor Details
-
MonitoringSubscriptionSoapDO
public MonitoringSubscriptionSoapDO()
-
-
Method Details
-
getUser
Returns 'user'. Subscribed user.- Returns:
- Value of 'user'.
-
setUser
Sets 'user'. Subscribed user.- Parameters:
user
- Value of 'user'.
-
getObjectId
Returns 'objectId'. Id of the monitored object.- Returns:
- Value of 'objectId'.
-
setObjectId
Sets 'objectId'. Id of the monitored object.- Parameters:
objectId
- Value of 'objectId'.
-
getEventOperation
Returns 'eventOperation'. Subscribed operation.- Returns:
- Value of 'eventOperation'.
-
setEventOperation
Sets 'eventOperation'. Subscribed operation.- Parameters:
eventOperation
- Value of 'eventOperation'.
-
getStatus
Returns 'status'. Subscription status.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Subscription status.- Parameters:
status
- Value of 'status'.
-
getSubscriptionType
public int getSubscriptionType()Returns 'subscriptionType'. Subscription type.- Returns:
- Value of 'subscriptionType'.
-
setSubscriptionType
public void setSubscriptionType(int subscriptionType) Sets 'subscriptionType'. Subscription type.- Parameters:
subscriptionType
- Value of 'subscriptionType'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-