Uses of Class
org.squashtest.csp.core.bugtracker.mantis.binding.ObjectRef

Packages that use ObjectRef
org.squashtest.csp.core.bugtracker.internal.mantis   
org.squashtest.csp.core.bugtracker.mantis.binding   
 

Uses of ObjectRef in org.squashtest.csp.core.bugtracker.internal.mantis
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis that return ObjectRef
 ObjectRef[] MantisAxis1SoapClient.getAccessLevel(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
           
 ObjectRef[] MantisAxis1SoapClient.getPriorities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
           
 ObjectRef[] MantisAxis1SoapClient.getSeverities(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
           
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis with parameters of type ObjectRef
static List<org.squashtest.csp.core.bugtracker.domain.Severity> MantisEntityConverter.convertSeverities(ObjectRef[] mantisSeverities)
           
static List<org.squashtest.csp.core.bugtracker.domain.Permission> MantisEntityConverter.mantis2SquashPermission(ObjectRef[] mantisPermissions)
           
static org.squashtest.csp.core.bugtracker.domain.Priority MantisEntityConverter.mantis2SquashPriority(ObjectRef data)
          Convert a mantis priority into Priority
static List<org.squashtest.csp.core.bugtracker.domain.Priority> MantisEntityConverter.mantis2SquashPriority(ObjectRef[] mantisSeverities)
           
static org.squashtest.csp.core.bugtracker.domain.BTProject MantisEntityConverter.mantis2SquashSingleProject(ObjectRef data)
          This method convert a mantis project into BTProject
static org.squashtest.csp.core.bugtracker.domain.Status MantisEntityConverter.mantis2SquashStatus(ObjectRef mantisStatus)
          Convert a mantis status into Status
 

Uses of ObjectRef in org.squashtest.csp.core.bugtracker.mantis.binding
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding that return ObjectRef
 ObjectRef ProjectData.getAccess_min()
          Gets the access_min value for this ProjectData.
 ObjectRef IssueData.getEta()
          Gets the eta value for this IssueData.
 ObjectRef CustomFieldValueForIssueData.getField()
          Gets the field value for this CustomFieldValueForIssueData.
 ObjectRef CustomFieldDefinitionData.getField()
          Gets the field value for this CustomFieldDefinitionData.
 ObjectRef IssueData.getPriority()
          Gets the priority value for this IssueData.
 ObjectRef IssueData.getProject()
          Gets the project value for this IssueData.
 ObjectRef IssueData.getProjection()
          Gets the projection value for this IssueData.
 ObjectRef IssueData.getReproducibility()
          Gets the reproducibility value for this IssueData.
 ObjectRef IssueData.getResolution()
          Gets the resolution value for this IssueData.
 ObjectRef IssueData.getSeverity()
          Gets the severity value for this IssueData.
 ObjectRef ProjectData.getStatus()
          Gets the status value for this ProjectData.
 ObjectRef IssueData.getStatus()
          Gets the status value for this IssueData.
 ObjectRef[] IssueData.getTags()
          Gets the tags value for this IssueData.
 ObjectRef RelationshipData.getType()
          Gets the type value for this RelationshipData.
 ObjectRef ProjectData.getView_state()
          Gets the view_state value for this ProjectData.
 ObjectRef IssueData.getView_state()
          Gets the view_state value for this IssueData.
 ObjectRef IssueNoteData.getView_state()
          Gets the view_state value for this IssueNoteData.
 ObjectRef[] MantisConnectBindingStub.mc_enum_access_levels(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_access_levels(String username, String password)
          Get the enumeration for access levels.
 ObjectRef[] MantisConnectBindingStub.mc_enum_custom_field_types(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_custom_field_types(String username, String password)
          Get the enumeration for custom field types.
 ObjectRef[] MantisConnectBindingStub.mc_enum_etas(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_etas(String username, String password)
          Get the enumeration for ETAs.
 ObjectRef[] MantisConnectBindingStub.mc_enum_priorities(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_priorities(String username, String password)
          Get the enumeration for priorities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_project_status(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_project_status(String username, String password)
          Get the enumeration for project statuses.
 ObjectRef[] MantisConnectBindingStub.mc_enum_project_view_states(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_project_view_states(String username, String password)
          Get the enumeration for project view states.
 ObjectRef[] MantisConnectBindingStub.mc_enum_projections(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_projections(String username, String password)
          Get the enumeration for projections.
 ObjectRef[] MantisConnectBindingStub.mc_enum_reproducibilities(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_reproducibilities(String username, String password)
          Get the enumeration for reproducibilities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_resolutions(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_resolutions(String username, String password)
          Get the enumeration for resolutions.
 ObjectRef[] MantisConnectBindingStub.mc_enum_severities(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_severities(String username, String password)
          Get the enumeration for severities.
 ObjectRef[] MantisConnectBindingStub.mc_enum_status(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_status(String username, String password)
          Get the enumeration for statuses.
 ObjectRef[] MantisConnectBindingStub.mc_enum_view_states(String username, String password)
           
 ObjectRef[] MantisConnectPortType.mc_enum_view_states(String username, String password)
          Get the enumeration for view states.
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type ObjectRef
 void ProjectData.setAccess_min(ObjectRef access_min)
          Sets the access_min value for this ProjectData.
 void IssueData.setEta(ObjectRef eta)
          Sets the eta value for this IssueData.
 void CustomFieldValueForIssueData.setField(ObjectRef field)
          Sets the field value for this CustomFieldValueForIssueData.
 void CustomFieldDefinitionData.setField(ObjectRef field)
          Sets the field value for this CustomFieldDefinitionData.
 void IssueData.setPriority(ObjectRef priority)
          Sets the priority value for this IssueData.
 void IssueData.setProject(ObjectRef project)
          Sets the project value for this IssueData.
 void IssueData.setProjection(ObjectRef projection)
          Sets the projection value for this IssueData.
 void IssueData.setReproducibility(ObjectRef reproducibility)
          Sets the reproducibility value for this IssueData.
 void IssueData.setResolution(ObjectRef resolution)
          Sets the resolution value for this IssueData.
 void IssueData.setSeverity(ObjectRef severity)
          Sets the severity value for this IssueData.
 void ProjectData.setStatus(ObjectRef status)
          Sets the status value for this ProjectData.
 void IssueData.setStatus(ObjectRef status)
          Sets the status value for this IssueData.
 void IssueData.setTags(ObjectRef[] tags)
          Sets the tags value for this IssueData.
 void RelationshipData.setType(ObjectRef type)
          Sets the type value for this RelationshipData.
 void ProjectData.setView_state(ObjectRef view_state)
          Sets the view_state value for this ProjectData.
 void IssueData.setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueData.
 void IssueNoteData.setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueNoteData.
 

Constructors in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type ObjectRef
CustomFieldDefinitionData(ObjectRef field, BigInteger type, String possible_values, String default_value, String valid_regexp, BigInteger access_level_r, BigInteger access_level_rw, BigInteger length_min, BigInteger length_max, Boolean advanced, Boolean display_report, Boolean display_update, Boolean display_resolved, Boolean display_closed, Boolean require_report, Boolean require_update, Boolean require_resolved, Boolean require_closed)
           
CustomFieldValueForIssueData(ObjectRef field, String value)
           
IssueData(BigInteger id, ObjectRef view_state, Calendar last_updated, ObjectRef project, String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, String summary, String version, String build, String platform, String os, String os_build, ObjectRef reproducibility, Calendar date_submitted, BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, String fixed_in_version, String target_version, String description, String steps_to_reproduce, String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields, Calendar due_date, AccountData[] monitors, Boolean sticky, ObjectRef[] tags)
           
IssueData(BigInteger id, ObjectRef view_state, Calendar last_updated, ObjectRef project, String category, ObjectRef priority, ObjectRef severity, ObjectRef status, AccountData reporter, String summary, String version, String build, String platform, String os, String os_build, ObjectRef reproducibility, Calendar date_submitted, BigInteger sponsorship_total, AccountData handler, ObjectRef projection, ObjectRef eta, ObjectRef resolution, String fixed_in_version, String target_version, String description, String steps_to_reproduce, String additional_information, AttachmentData[] attachments, RelationshipData[] relationships, IssueNoteData[] notes, CustomFieldValueForIssueData[] custom_fields, Calendar due_date, AccountData[] monitors, Boolean sticky, ObjectRef[] tags)
           
IssueNoteData(BigInteger id, AccountData reporter, String text, ObjectRef view_state, Calendar date_submitted, Calendar last_modified, BigInteger time_tracking, BigInteger note_type, String note_attr)
           
ProjectData(BigInteger id, String name, ObjectRef status, Boolean enabled, ObjectRef view_state, ObjectRef access_min, String file_path, String description, ProjectData[] subprojects, Boolean inherit_global)
           
RelationshipData(BigInteger id, ObjectRef type, BigInteger target_id)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.