ContentItem contentItem
String name
boolean indexed
boolean stored
boolean tokenized
boolean multivalued
AttributeType<T extends Serializable> type
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
AttributeImpl
's instance.IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
AttributeImpl
instance.int
). After the number of objects, each "value" object is
written out (each as Serializable
).IOException
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
MetacardImpl
's instance.IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
MetacardImpl
instance.ObjectOutputStream.defaultWriteObject()
) . Next, the MetacardType
is written out as a MetacardTypeImpl
. Then the number of
Attribute
objects is written as an int
. After the number of objects, each
Attribute
object is written out.
The MetacardType object is written out as a MetacardTypeImpl
object because
MetacardTypeImpl
is a class that is part of the DDF API and is guaranteed to be on
the classpath when this object is deserialized. Secondly, the MetacardTypeImpl
has
a trusted serialization implementation where the object's logical representation is
serialized.
IOException
String sourceId
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
MetacardTypeImpl
instance.IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
MetacardTypeImpl
instance.String
by the default Java serialization
implementation, then the number of AttributeDescriptor
objects is written as an (
int
), followed by all of the AttributeDescriptor
objects in no guaranteed
sequence or order.IOException
String name
MetacardTypeImpl
String namespace
com.vividsolutions.jts.geom.Geometry geo
Set<E> facetAttributes
FacetProperties.SortFacetsBy sortKey
int facetLimit
int minFacetCount
OperationTransaction.OperationType type
List<E> previousStateMetacards
Resource resource
Request request
boolean includeContentTypes
SourceResponse delegate
String name
JAXBElement<T> geometry
Element any
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
org.apache.cxf.ws.security.tokenstore.SecurityToken securityToken
Principal principal
String name
String nameIDFormat
ArrayList<E> usernameAttributeList
String issuer
Date notBefore
Date notOnOrAfter
String tokenType
String name
EchoedRequestType echoedRequest
String requestId
XMLGregorianCalendar timeStamp
net.opengis.filter.v_1_1_0.FilterCapabilities filterCapabilities
QueryConstraintType constraint
String typeName
String handle
BigInteger hopCount
String propertyName
String parameterName
ListOfValuesType listOfValues
ConceptualSchemeType conceptualScheme
RangeOfValuesType rangeOfValues
QName type
String uom
Object any
ElementSetType value
List<E> typeNames
String service
List<E> id
ElementSetNameType elementSetName
String outputFormat
String outputSchema
String requestId
RequestStatusType searchStatus
SearchResultsType searchResults
String version
DistributedSearchType distributedSearch
List<E> responseHandler
JAXBElement<T> abstractQuery
Object any
String requestId
ResultType resultType
String outputFormat
String outputSchema
BigInteger startPosition
BigInteger maxRecords
AcknowledgementType acknowledgement
TransactionResponseType transactionResponse
ElementSetNameType elementSetName
List<E> elementName
QueryConstraintType constraint
net.opengis.filter.v_1_1_0.SortByType sortBy
List<E> typeNames
XMLGregorianCalendar timestamp
List<E> abstractRecord
List<E> any
String resultSetId
ElementSetType elementSet
String recordSchema
BigInteger numberOfRecordsMatched
BigInteger numberOfRecordsReturned
BigInteger nextRecord
XMLGregorianCalendar expires
TransactionSummaryType transactionSummary
List<E> insertResult
String version
BigInteger totalInserted
BigInteger totalUpdated
BigInteger totalDeleted
String requestId
SimpleAttrsType repositoryItemRef
DataHandler repositoryItem
QueryExpressionType queryExpression
ObjectRefListType affectedObjects
String eventType
XMLGregorianCalendar timestamp
String user
String requestId
String externalURI
VersionInfoType contentVersionInfo
String mimeType
Boolean isOpaque
Duration replicationSyncLatency
RegistryObjectListType registryObjectList
String subscription
Boolean createReplica
InternationalStringType name
InternationalStringType description
VersionInfoType versionInfo
List<E> classification
List<E> externalIdentifier
String lid
String objectType
String status
RegistryObjectListType registryObjectList
JAXBElement<T> valueList
String name
String slotType
InternationalStringType usageDescription
List<E> usageParameter
String serviceBinding
String specificationObject
List<E> action
String selector
XMLGregorianCalendar startTime
XMLGregorianCalendar endTime
Duration notificationInterval
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
DavEntry rootEntry
javax.ws.rs.core.Response.Status status
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
String title
String version
String description
String phone
String email
String externalUrl
List<E> announcements
String linksTitle
List<E> links
Map<K,V> parsedLinks
String logo
String logoToUse
String background
String foreground
ErrorHandler errorHandler
boolean useWssSts
Object principal
Most application authentications are username/password based and have this object represent a username. However, this can also represent the DN from an X509 certificate, or any other unique identifier.
Ultimately, the object is application specific and can represent any account identity (user id, X.509 certificate, etc).
Object credentials
Most application authentications are username/password based and have this object represent a submitted password.
Ultimately, the credentials Object is application specific and can represent any credential mechanism.
String realm
boolean reference
int httpStatus
String propertyName
int httpStatus
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
IOException
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
This work is licensed under a Creative Commons Attribution 4.0 International License.