public static enum SyncJobsLoader.SyncJobsLoadingStatus extends java.lang.Enum<SyncJobsLoader.SyncJobsLoadingStatus>
| Enum Constant and Description |
|---|
DIFFERENT_CATALOG_VERSIONS
Given items are in different catalog versions.
|
EMPTY_SELECTION
List of items is empty
|
ITEMS_CONTAIN_CV_UNAWARE
Given items contain catalog version unaware items.
|
MISSING_PERMISSIONS
User doesn't have permissions to perform sync.
|
MIXED_ITEMS
Given items contain CatalogVersion items and items of other types.
|
MULTIPLE_CATALOG_VERSIONS
Given items contain more than one catalog versions.
|
NO_SYNC_JOBS
No sync jobs are found for given items.
|
OK
Jobs is loaded successfully.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMsgLabelKey() |
boolean |
isOK() |
static SyncJobsLoader.SyncJobsLoadingStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncJobsLoader.SyncJobsLoadingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncJobsLoader.SyncJobsLoadingStatus OK
public static final SyncJobsLoader.SyncJobsLoadingStatus MULTIPLE_CATALOG_VERSIONS
public static final SyncJobsLoader.SyncJobsLoadingStatus MIXED_ITEMS
public static final SyncJobsLoader.SyncJobsLoadingStatus ITEMS_CONTAIN_CV_UNAWARE
public static final SyncJobsLoader.SyncJobsLoadingStatus DIFFERENT_CATALOG_VERSIONS
public static final SyncJobsLoader.SyncJobsLoadingStatus EMPTY_SELECTION
public static final SyncJobsLoader.SyncJobsLoadingStatus NO_SYNC_JOBS
public static final SyncJobsLoader.SyncJobsLoadingStatus MISSING_PERMISSIONS
public static SyncJobsLoader.SyncJobsLoadingStatus[] values()
for (SyncJobsLoader.SyncJobsLoadingStatus c : SyncJobsLoader.SyncJobsLoadingStatus.values()) System.out.println(c);
public static SyncJobsLoader.SyncJobsLoadingStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getMsgLabelKey()
public boolean isOK()
Copyright © 2018 SAP SE. All Rights Reserved.