blob: c30ed3f32b832799dcaf305e3bfdac2593535a3e [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2019 Boeing
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Boeing - initial API and implementation
**********************************************************************/
package org.eclipse.osee.ats.ide.integration.tests.ats.workdef;
import org.eclipse.osee.ats.api.workdef.AtsWorkDefinitionToken;
/**
* @author Donald G. Dunne
*/
public class DemoWorkDefinitionTokens {
// @formatter:off
public static AtsWorkDefinitionToken WorkDef_Team_DecisionReviewDefinitionManagerTest_Prepare = new AtsWorkDefinitionToken(916526903L, "WorkDef_Team_DecisionReviewDefinitionManagerTest_Prepare");
public static AtsWorkDefinitionToken WorkDef_Team_DecisionReviewDefinitionManagerTest_toDecision = new AtsWorkDefinitionToken(913396704L, "WorkDef_Team_DecisionReviewDefinitionManagerTest_toDecision");
public static AtsWorkDefinitionToken WorkDef_Team_PeerReviewDefinitionManagerTest_Transition = new AtsWorkDefinitionToken(162205335L, "WorkDef_Team_PeerReviewDefinitionManagerTest_Transition");
public static AtsWorkDefinitionToken WorkDef_Team_TransitionManagerTest_TargetedVersion = new AtsWorkDefinitionToken(340096461L, "WorkDef_Team_TransitionManagerTest_TargetedVersion");
public static AtsWorkDefinitionToken WorkDef_Team_TransitionManagerTest_WidgetRequiredCompletion = new AtsWorkDefinitionToken(7661159L, "WorkDef_Team_TransitionManagerTest_WidgetRequiredCompletion");
public static AtsWorkDefinitionToken WorkDef_Team_TransitionManagerTest_WidgetRequiredTransition = new AtsWorkDefinitionToken(16919464L, "WorkDef_Team_TransitionManagerTest_WidgetRequiredTransition");
// @formatter:on
}