Uses of Class
com.collabnet.ce.soap60.fault.InvalidOperationFault
-
-
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that throw InvalidOperationFault Modifier and Type Method Description StringCollabNetSoap. doMandatoryPasswordChange(String userName, String oldPassword, String newPassword)Allows user to change the password if and only if the password was set by an administrator. -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that throw InvalidOperationFault Modifier and Type Method Description voidDocumentAppSoap. addDateField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText)Adds a custom Date field to documents.voidDocumentAppSoap. addMultiSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText)Adds a custom multi select field to documents.voidDocumentAppSoap. addSingleSelectChildField(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText)Adds a custom single select field to documents.voidDocumentAppSoap. addSingleSelectField(String sessionId, String projectId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText)Adds a custom single select field to documents.voidDocumentAppSoap. addTextField(String sessionId, String projectId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern)Adds a custom text field to documents.voidDocumentAppSoap. addUserSelectField(String sessionId, String projectId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText)Adds a custom User selection field to documents.voidDocumentAppSoap. deleteDocumentFolder(String sessionId, String folderId)Deletes a document folder with the specified id.voidDocumentAppSoap. deleteField(String sessionId, String fieldId)Deletes a custom/flex-field.voidDocumentAppSoap. deleteSeparator(String sessionId, String layoutId)Deletes a separator of a document root folder layout.voidDocumentAppSoap. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Sets a custom/flex-field. -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.monitoring
Methods in com.collabnet.ce.soap60.webservices.monitoring that throw InvalidOperationFault Modifier and Type Method Description voidMonitoringAppSoap. stopMonitoringByUser(String sessionId, String userName, String objectId)Stops monitoring the specified object for the given user. -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.planning
Methods in com.collabnet.ce.soap60.webservices.planning that throw InvalidOperationFault Modifier and Type Method Description voidPlanningAppSoap. setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues)Sets status values that is associated with the planning application of a specific project. -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that throw InvalidOperationFault Modifier and Type Method Description voidScmAppSoap. setExternalSystemData(String sessionId, ExternalSystemSoapDO systemData)Updates information associated with an external system integrated with TeamForge. -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.tag
Methods in com.collabnet.ce.soap60.webservices.tag that throw InvalidOperationFault Modifier and Type Method Description TagSoapListTagAppSoap. getObjectTags(String sessionId, String objectId)Gets object tagsTagSoapListTagAppSoap. setObjectTags(String sessionId, String objectId, String[] tagIds)Sets object tags -
Uses of InvalidOperationFault in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that throw InvalidOperationFault Modifier and Type Method Description voidTrackerAppSoap. addDateField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String helpText)Adds a custom Date field to a tracker.voidTrackerAppSoap. addMultiSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String[] defaultValues, String helpText)Adds a custom multi select field to a tracker.voidTrackerAppSoap. addSingleSelectChildField(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText)Adds a custom single select field to a tracker.voidTrackerAppSoap. addSingleSelectField(String sessionId, String trackerId, String fieldName, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] fieldValues, String defaultValue, String helpText)Adds a custom single select field to a tracker.voidTrackerAppSoap. addTextField(String sessionId, String trackerId, String fieldName, int displayColumns, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String defaultValue, String helpText, String pattern)Adds a custom text field to a tracker.voidTrackerAppSoap. addUserSelectField(String sessionId, String trackerId, String fieldName, int displayLines, boolean isRequired, boolean isDisabled, boolean isHiddenOnCreate, String[] defaultValues, String userFilter, String helpText)Adds a custom User selection field to a tracker.voidTrackerAppSoap. deleteField(String sessionId, String objectId, String fieldId)Deletes a custom/flex-field .voidTrackerAppSoap. deleteSeparator(String sessionId, String trackerId, String layoutId)Deletes a separator of a tracker layout.voidTrackerAppSoap. setField(String sessionId, String objectId, TrackerFieldSoapDO fieldData)Deprecated.use setField2 insteadvoidTrackerAppSoap. setField2(String sessionId, String objectId, TrackerField2SoapDO fieldData)Sets a custom/flex-field that is associated with a specific folder (e.g.
-