Uses of Class
fedora.server.types.gen.Property

Packages that use Property
fedora.server.access   
fedora.server.management   
fedora.server.types.gen   
fedora.server.utilities   
fedora.soapclient   
 

Uses of Property in fedora.server.access
 

Methods in fedora.server.access with parameters of type Property
 MIMETypedStream FedoraAPIABindingSOAPHTTPStub.getDissemination(java.lang.String pid, java.lang.String bDefPid, java.lang.String methodName, Property[] parameters, java.lang.String asOfDateTime)
           
 MIMETypedStream FedoraAPIABindingSOAPHTTPSkeleton.getDissemination(java.lang.String pid, java.lang.String bDefPid, java.lang.String methodName, Property[] parameters, java.lang.String asOfDateTime)
           
 MIMETypedStream FedoraAPIA.getDissemination(java.lang.String pid, java.lang.String bDefPid, java.lang.String methodName, Property[] parameters, java.lang.String asOfDateTime)
           
 MIMETypedStream FedoraAPIABindingSOAPHTTPImpl.getDissemination(java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.lang.String asOfDateTime)
          Gets a MIME-typed bytestream containing the result of a dissemination.
 

Uses of Property in fedora.server.management
 

Methods in fedora.server.management that return Property
 Property[] FedoraAPIMBindingSOAPHTTPImpl.getObjectProperties(java.lang.String PID)
           
 

Uses of Property in fedora.server.types.gen
 

Methods in fedora.server.types.gen that return Property
 Property[] MIMETypedStream.getHeader()
          Gets the header value for this MIMETypedStream.
 

Methods in fedora.server.types.gen with parameters of type Property
 void MIMETypedStream.setHeader(Property[] header)
          Sets the header value for this MIMETypedStream.
 

Constructors in fedora.server.types.gen with parameters of type Property
MIMETypedStream(java.lang.String MIMEType, byte[] stream, Property[] header)
           
 

Uses of Property in fedora.server.utilities
 

Methods in fedora.server.utilities that return Property
static Property[] TypeUtility.convertPropertyArrayToGenPropertyArray(Property[] properties)
          Converts an array of fedora.server.storage.types.Property into an array of fedora.server.types.gen.Property.
static Property TypeUtility.convertPropertyToGenProperty(Property property)
          Converts an instance of fedora.server.storage.types.Property into an instance of fedora.server.types.gen.Property.
 

Methods in fedora.server.utilities with parameters of type Property
static Property[] TypeUtility.convertGenPropertyArrayToPropertyArray(Property[] genProperties)
          Converts an array of fedora.server.types.gen.Property into an array of fedora.server.storage.types.Property.
static Property TypeUtility.convertGenPropertyToProperty(Property genProperty)
          Converts an instance of fedora.server.types.gen.Property into an instance of fedora.server.storage.types.Property.
 

Uses of Property in fedora.soapclient
 

Methods in fedora.soapclient with parameters of type Property
 MIMETypedStream FedoraAccessSoapServlet.getDissemination(java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.lang.String asOfDateTime)
           Gets a MIME-typed bytestream containing the result of a dissemination by invoking the appropriate Fedora Access SOAP service.