Eclipse Platform
Release 3.2

org.eclipse.team.ui.mapping
Interface ISynchronizationConstants


public interface ISynchronizationConstants

This interface defines the set of constants used in conjunction with the display of models in a team operation.

This interface is not intended to be implemented by clients.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is a guarantee neither that this API will work nor that it will remain the same. Please do not use this API without consulting with the Platform/Team team.

Since:
3.2

Field Summary
static String ALL_MODEL_PROVIDERS_ACTIVE
          Constant used with the P_ACTIVE_MODEL_PROVIDER property to indicate that all model providers are active.
static String P_ACTIVE_MODEL_PROVIDER
          Property constant used to store and retrieve the id of the active ModelProvider from an ISynchronizePageConfiguration.
static String P_RESOURCE_MAPPING_SCOPE
          Property constant used to store and retrieve the resource mapping scope from the IExtensionStateModel used by the Common Navigator framework.
static String P_SYNCHRONIZATION_CONTEXT
          Property constant used to store and retrieve the synchronization context from the IExtensionStateModel used by the Common Navigator framework.
static String P_SYNCHRONIZATION_PAGE_CONFIGURATION
          Property constant used to store and retrieve the synchronization page configuration from the IExtensionStateModel used by the Common Navigator framework.
 

Field Detail

P_SYNCHRONIZATION_CONTEXT

public static final String P_SYNCHRONIZATION_CONTEXT
Property constant used to store and retrieve the synchronization context from the IExtensionStateModel used by the Common Navigator framework. It is also used to associate a context with an ISynchronizePageConfiguration when models are being shown in an ISynchronizePage.

See Also:
Constant Field Values

P_RESOURCE_MAPPING_SCOPE

public static final String P_RESOURCE_MAPPING_SCOPE
Property constant used to store and retrieve the resource mapping scope from the IExtensionStateModel used by the Common Navigator framework. It is also used to associate a scope with an ISynchronizePageConfiguration when models are being shown in an ISynchronizePage.

See Also:
Constant Field Values

P_SYNCHRONIZATION_PAGE_CONFIGURATION

public static final String P_SYNCHRONIZATION_PAGE_CONFIGURATION
Property constant used to store and retrieve the synchronization page configuration from the IExtensionStateModel used by the Common Navigator framework.

See Also:
Constant Field Values

P_ACTIVE_MODEL_PROVIDER

public static final String P_ACTIVE_MODEL_PROVIDER
Property constant used to store and retrieve the id of the active ModelProvider from an ISynchronizePageConfiguration. The active model provider will be the only one visible in the page. If null or ALL_MODEL_PROVIDERS_ACTIVE is returned, all model providers are considered active and are visible.

See Also:
Constant Field Values

ALL_MODEL_PROVIDERS_ACTIVE

public static final String ALL_MODEL_PROVIDERS_ACTIVE
Constant used with the P_ACTIVE_MODEL_PROVIDER property to indicate that all model providers are active.

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.