com.esri.core.portal
Enum PortalItemType

java.lang.Object
  extended by java.lang.Enum<PortalItemType>
      extended by com.esri.core.portal.PortalItemType
All Implemented Interfaces:
Serializable, Comparable<PortalItemType>

public enum PortalItemType
extends Enum<PortalItemType>

Represents the type of a PortalItem stored in a Portal. A Portal allows users to store a myriad of PortalItems types classified by the medium in which the PortalItems are stored on the server (File, Text or URL) and the ArcGIS applications that an PortalItem type is applicable for.

Since:
1.0

Enum Constant Summary
CODE_ATTACHMENT
          Code Attachment
CODE_SAMPLE
          Code Sample
COLLECTION_DEFINITION
          The definition for a feature collection/web map feature layer
COLOR_SET
          Color Set
DESKTOP_ADD_IN
          ArcGIS Add In (esriaddin)
DESKTOP_APPLICATION_TEMPLATE
          The Desktop Application Template (.zip) includes either a desktop add in or a toolbar.exe
EXPLORER_ADD_IN
          ArcGIS Explorer Layer (eaz)
EXPLORER_LAYER
          ArcGIS Explorer Layer (nmc)
EXPLORER_MAP
          ArcGIS Explorer Document (nmf)
FEATURE_COLLECTION
          A feature collection is a saved web map feature layer with layer definition and a feature set
FEATURE_COLLECTION_TEMPLATE
          Feature Collection Template
FEATURE_SERVICE
          ArcGIS Feature Service
FEATURED_ITEMS
          Empty Item type with relationships to items that user wants featured
GEOCODING_SERVICE
          ArcGIS Server Geocoding Service
GEODATA_SERVICE
          ArcGIS Server Geodata Service
GEOMETRY_SERVICE
          ArcGIS Server Geometry Service
GEOPROCESSING_PACKAGE
          ArcGIS Geoprocessing Package (gpk)
GEOPROCESSING_SAMPLE
          Geoprocessing Sample
GEOPROCESSING_SERVICE
          ArcGIS Server Geoprocessing Service
GLOBE_DOCUMENT
          ArcGlobe Document (3dd)
GLOBE_SERVICE
          ArcGIS Server Globe Service
IMAGE_SERVICE
          ArcGIS Server Image Service
KML
          Data, Map, kml
LAYER
          Layer File (lyr)
LAYER_PACKAGE
          Layer Package (lpk)
LOCATOR_PACKAGE
          ArcGIS Locator Package (apk)
MAP_DOCUMENT
          ArcMap Document (mxd)
MAP_PACKAGE
          ArcGIS Map Package (mpk)
MAP_SERVICE
          ArcGIS Server Map Service
MAP_TEMPLATE
          The Map Template (.zip) contains documentation, a map and GDB folder
MOBILE_APPLICATION
          A mobile application build using the ArcGIS for iPhone SDK, ArcGIS for Android SDK, ArcGIS Mobile SDK for the Windows Mobile Platform, or the JavaScript or Flex API
NETWORK_ANALYSIS_SERVICE
          ArcGIS Server Network Analyst Service
OPERATION_VIEW
           
OPERATIONS_DASHBOARD_ADDIN
           
OTHER
          Other
PROJECT
           
PUBLISHED_MAP
          ArcReader Document (pmf)
SCENE_DOCUMENT
          ArcScene Document (sxd)
SYMBOL_SET
          Symbol Set
TEMPLATE
           
TILE_PACKAGE
          Tile Package
WEB_MAPPING_APPLICATION
          A web mapping application built using ArcGIS API for Javascript, ArcGIS API for Flex, ArcGIS API for Silverlight, Java Web Application Developer Framework, .NET Web Application Developer Framework
WEBMAP
          Web Map authored using the arcgis.com Javascript Web Map viewer or using ArcGIS Explorer online.
WINDOWS_MOBILE_PACKAGE
          ArcGIS Windows Mobile Package
WMS
          Data, Service, Web Map Service, OGC
WMTS
          Data, Service, Web Map Tile Service, OGC
 
Method Summary
 String toString()
          Returns a human readable string representing the item type.
static PortalItemType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortalItemType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MAP_DOCUMENT

public static final PortalItemType MAP_DOCUMENT
ArcMap Document (mxd)


EXPLORER_MAP

public static final PortalItemType EXPLORER_MAP
ArcGIS Explorer Document (nmf)


GLOBE_DOCUMENT

public static final PortalItemType GLOBE_DOCUMENT
ArcGlobe Document (3dd)


SCENE_DOCUMENT

public static final PortalItemType SCENE_DOCUMENT
ArcScene Document (sxd)


PUBLISHED_MAP

public static final PortalItemType PUBLISHED_MAP
ArcReader Document (pmf)


MAP_PACKAGE

public static final PortalItemType MAP_PACKAGE
ArcGIS Map Package (mpk)


GEOPROCESSING_PACKAGE

public static final PortalItemType GEOPROCESSING_PACKAGE
ArcGIS Geoprocessing Package (gpk)


LOCATOR_PACKAGE

public static final PortalItemType LOCATOR_PACKAGE
ArcGIS Locator Package (apk)


TILE_PACKAGE

public static final PortalItemType TILE_PACKAGE
Tile Package


WINDOWS_MOBILE_PACKAGE

public static final PortalItemType WINDOWS_MOBILE_PACKAGE
ArcGIS Windows Mobile Package


DESKTOP_APPLICATION_TEMPLATE

public static final PortalItemType DESKTOP_APPLICATION_TEMPLATE
The Desktop Application Template (.zip) includes either a desktop add in or a toolbar.exe


MAP_TEMPLATE

public static final PortalItemType MAP_TEMPLATE
The Map Template (.zip) contains documentation, a map and GDB folder


CODE_SAMPLE

public static final PortalItemType CODE_SAMPLE
Code Sample


GEOPROCESSING_SAMPLE

public static final PortalItemType GEOPROCESSING_SAMPLE
Geoprocessing Sample


LAYER

public static final PortalItemType LAYER
Layer File (lyr)


LAYER_PACKAGE

public static final PortalItemType LAYER_PACKAGE
Layer Package (lpk)


EXPLORER_LAYER

public static final PortalItemType EXPLORER_LAYER
ArcGIS Explorer Layer (nmc)


DESKTOP_ADD_IN

public static final PortalItemType DESKTOP_ADD_IN
ArcGIS Add In (esriaddin)


EXPLORER_ADD_IN

public static final PortalItemType EXPLORER_ADD_IN
ArcGIS Explorer Layer (eaz)


MAP_SERVICE

public static final PortalItemType MAP_SERVICE
ArcGIS Server Map Service


GEOCODING_SERVICE

public static final PortalItemType GEOCODING_SERVICE
ArcGIS Server Geocoding Service


NETWORK_ANALYSIS_SERVICE

public static final PortalItemType NETWORK_ANALYSIS_SERVICE
ArcGIS Server Network Analyst Service


GLOBE_SERVICE

public static final PortalItemType GLOBE_SERVICE
ArcGIS Server Globe Service


GEOPROCESSING_SERVICE

public static final PortalItemType GEOPROCESSING_SERVICE
ArcGIS Server Geoprocessing Service


GEODATA_SERVICE

public static final PortalItemType GEODATA_SERVICE
ArcGIS Server Geodata Service


IMAGE_SERVICE

public static final PortalItemType IMAGE_SERVICE
ArcGIS Server Image Service


GEOMETRY_SERVICE

public static final PortalItemType GEOMETRY_SERVICE
ArcGIS Server Geometry Service


FEATURE_SERVICE

public static final PortalItemType FEATURE_SERVICE
ArcGIS Feature Service


KML

public static final PortalItemType KML
Data, Map, kml


WMS

public static final PortalItemType WMS
Data, Service, Web Map Service, OGC


WMTS

public static final PortalItemType WMTS
Data, Service, Web Map Tile Service, OGC


WEBMAP

public static final PortalItemType WEBMAP
Web Map authored using the arcgis.com Javascript Web Map viewer or using ArcGIS Explorer online. Usable by web, mobile, and desktop clients


WEB_MAPPING_APPLICATION

public static final PortalItemType WEB_MAPPING_APPLICATION
A web mapping application built using ArcGIS API for Javascript, ArcGIS API for Flex, ArcGIS API for Silverlight, Java Web Application Developer Framework, .NET Web Application Developer Framework


MOBILE_APPLICATION

public static final PortalItemType MOBILE_APPLICATION
A mobile application build using the ArcGIS for iPhone SDK, ArcGIS for Android SDK, ArcGIS Mobile SDK for the Windows Mobile Platform, or the JavaScript or Flex API


CODE_ATTACHMENT

public static final PortalItemType CODE_ATTACHMENT
Code Attachment


FEATURED_ITEMS

public static final PortalItemType FEATURED_ITEMS
Empty Item type with relationships to items that user wants featured


FEATURE_COLLECTION

public static final PortalItemType FEATURE_COLLECTION
A feature collection is a saved web map feature layer with layer definition and a feature set


FEATURE_COLLECTION_TEMPLATE

public static final PortalItemType FEATURE_COLLECTION_TEMPLATE
Feature Collection Template


SYMBOL_SET

public static final PortalItemType SYMBOL_SET
Symbol Set


COLOR_SET

public static final PortalItemType COLOR_SET
Color Set


COLLECTION_DEFINITION

public static final PortalItemType COLLECTION_DEFINITION
The definition for a feature collection/web map feature layer


OTHER

public static final PortalItemType OTHER
Other


TEMPLATE

public static final PortalItemType TEMPLATE

PROJECT

public static final PortalItemType PROJECT

OPERATION_VIEW

public static final PortalItemType OPERATION_VIEW

OPERATIONS_DASHBOARD_ADDIN

public static final PortalItemType OPERATIONS_DASHBOARD_ADDIN
Method Detail

values

public static PortalItemType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (PortalItemType c : PortalItemType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PortalItemType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Returns a human readable string representing the item type.

Overrides:
toString in class Enum<PortalItemType>
Returns:
A human readable string representing the item type
Since:
1.0


Copyright © 2012. All Rights Reserved.