blob: 9ef5bcaaafac4aba8e1814d22bca0cc2168c9165 [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.api.data;
import org.eclipse.osee.framework.core.data.IUserGroupArtifactToken;
import org.eclipse.osee.framework.core.data.UserGroupArtifactToken;
/**
* @author Donald G. Dunne
*/
public class AtsUserGroups {
public static IUserGroupArtifactToken AtsAddAttrColumns =
UserGroupArtifactToken.valueOf(10847751L, "Ats Add Attr Columns");
public static IUserGroupArtifactToken AtsAdmin = UserGroupArtifactToken.valueOf(136750L, "Ats Admin");
public static IUserGroupArtifactToken AtsTempAdmin = UserGroupArtifactToken.valueOf(5367074L, "AtsTemp Admin");
public static IUserGroupArtifactToken peerReviewCreationNotify =
UserGroupArtifactToken.valueOf(8742803L, "Peer Review Creation");
}