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.


Enum Constant Summary
CodeAttachment
          Code Attachment
CodeSample
          Code Sample
CollectionDefinition
          The definition for a feature collection/web map feature layer
ColorSet
          Color Set
DesktopAddIn
          ArcGIS Add In (esriaddin)
DesktopApplicationTemplate
          The Desktop Application Template (.zip) includes either a desktop add in or a toolbar.exe
ExplorerAddIn
          ArcGIS Explorer Layer (eaz)
ExplorerLayer
          ArcGIS Explorer Layer (nmc)
ExplorerMap
          ArcGIS Explorer Document (nmf)
FeatureCollection
          A feature collection is a saved web map feature layer with layer definition and a feature set
FeatureCollectionTemplate
          Feature Collection Template
FeaturedItems
          Empty Item type with relationships to items that user wants featured
FeatureService
          ArcGIS Feature Service
GeocodingService
          ArcGIS Server Geocoding Service
GeodataService
          ArcGIS Server Geodata Service
GeometryService
          ArcGIS Server Geometry Service
GeoprocessingPackage
          ArcGIS Geoprocessing Package (gpk)
GeoprocessingSample
          Geoprocessing Sample
GeoprocessingService
          ArcGIS Server Geoprocessing Service
GlobeDocument
          ArcGlobe Document (3dd)
GlobeService
          ArcGIS Server Globe Service
ImageService
          ArcGIS Server Image Service
KML
          Data, Map, kml
Layer
          Layer File (lyr)
LayerPackage
          Layer Package (lpk)
LocatorPackage
          ArcGIS Locator Package (apk)
MapDocument
          ArcMap Document (mxd)
MapPackage
          ArcGIS Map Package (mpk)
MapService
          ArcGIS Server Map Service
MapTemplate
          The Map Template (.zip) contains documentation, a map and GDB folder
MobileApplication
          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
NetworkAnalysisService
          ArcGIS Server Network Analyst Service
Other
          Other
PublishedMap
          ArcReader Document (pmf)
SceneDocument
          ArcScene Document (sxd)
SymbolSet
          Symbol Set
TilePackage
          Tile Package
WebMap
          Web Map authored using the arcgis.com Javascript Web Map viewer or using ArcGIS Explorer online.
WebMappingApplication
          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
WindowsMobilePackage
          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
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MapDocument

public static final PortalItemType MapDocument
ArcMap Document (mxd)


ExplorerMap

public static final PortalItemType ExplorerMap
ArcGIS Explorer Document (nmf)


GlobeDocument

public static final PortalItemType GlobeDocument
ArcGlobe Document (3dd)


SceneDocument

public static final PortalItemType SceneDocument
ArcScene Document (sxd)


PublishedMap

public static final PortalItemType PublishedMap
ArcReader Document (pmf)


MapPackage

public static final PortalItemType MapPackage
ArcGIS Map Package (mpk)


GeoprocessingPackage

public static final PortalItemType GeoprocessingPackage
ArcGIS Geoprocessing Package (gpk)


LocatorPackage

public static final PortalItemType LocatorPackage
ArcGIS Locator Package (apk)


TilePackage

public static final PortalItemType TilePackage
Tile Package


WindowsMobilePackage

public static final PortalItemType WindowsMobilePackage
ArcGIS Windows Mobile Package


DesktopApplicationTemplate

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


MapTemplate

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


CodeSample

public static final PortalItemType CodeSample
Code Sample


GeoprocessingSample

public static final PortalItemType GeoprocessingSample
Geoprocessing Sample


Layer

public static final PortalItemType Layer
Layer File (lyr)


LayerPackage

public static final PortalItemType LayerPackage
Layer Package (lpk)


ExplorerLayer

public static final PortalItemType ExplorerLayer
ArcGIS Explorer Layer (nmc)


DesktopAddIn

public static final PortalItemType DesktopAddIn
ArcGIS Add In (esriaddin)


ExplorerAddIn

public static final PortalItemType ExplorerAddIn
ArcGIS Explorer Layer (eaz)


MapService

public static final PortalItemType MapService
ArcGIS Server Map Service


GeocodingService

public static final PortalItemType GeocodingService
ArcGIS Server Geocoding Service


NetworkAnalysisService

public static final PortalItemType NetworkAnalysisService
ArcGIS Server Network Analyst Service


GlobeService

public static final PortalItemType GlobeService
ArcGIS Server Globe Service


GeoprocessingService

public static final PortalItemType GeoprocessingService
ArcGIS Server Geoprocessing Service


GeodataService

public static final PortalItemType GeodataService
ArcGIS Server Geodata Service


ImageService

public static final PortalItemType ImageService
ArcGIS Server Image Service


GeometryService

public static final PortalItemType GeometryService
ArcGIS Server Geometry Service


FeatureService

public static final PortalItemType FeatureService
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


WebMappingApplication

public static final PortalItemType WebMappingApplication
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


MobileApplication

public static final PortalItemType MobileApplication
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


CodeAttachment

public static final PortalItemType CodeAttachment
Code Attachment


FeaturedItems

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


FeatureCollection

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


FeatureCollectionTemplate

public static final PortalItemType FeatureCollectionTemplate
Feature Collection Template


SymbolSet

public static final PortalItemType SymbolSet
Symbol Set


ColorSet

public static final PortalItemType ColorSet
Color Set


CollectionDefinition

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


Other

public static final PortalItemType Other
Other

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


Copyright © 2012. All Rights Reserved.