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

Packages that use Property
fedora.server.access   
fedora.server.access.defaultdisseminator   
fedora.server.journal   
fedora.server.management   
fedora.server.storage.types   
fedora.server.utilities   
 

Uses of Property in fedora.server.access
 

Methods in fedora.server.access with parameters of type Property
 MIMETypedStream DynamicAccessModule.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Perform a dissemination for a behavior method that belongs to a dynamic disseminator that is associate with the digital object.
 MIMETypedStream DefaultAccess.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Disseminates the content produced by executing the specified method of the associated Behavior Mechanism object of the specified digital object.
 MIMETypedStream Access.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime)
          Disseminates the content produced by executing the specified method of the associated Behavior Mechanism object of the specified digital object.
 MIMETypedStream DynamicAccessImpl.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime, DOReader reader)
          Perform a dissemination for a behavior method that belongs to a dynamic disseminator that is associate with the digital object.
 void FedoraAccessServlet.getDissemination(Context context, java.lang.String PID, java.lang.String bDefPID, java.lang.String methodName, Property[] userParms, java.util.Date asOfDateTime, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpServletRequest request)
           This method calls the Fedora Access Subsystem to retrieve a MIME-typed stream corresponding to the dissemination request.
 

Uses of Property in fedora.server.access.defaultdisseminator
 

Methods in fedora.server.access.defaultdisseminator with parameters of type Property
 java.lang.Object ServiceMethodDispatcher.invokeMethod(java.lang.Object service_object, java.lang.String methodName, Property[] userParms)
          Invoke a method on an internal service.
 

Uses of Property in fedora.server.journal
 

Methods in fedora.server.journal that return Property
 Property[] Journaller.getObjectProperties(Context context, java.lang.String pid)
          Delegate to the JournalWorker.
 Property[] JournalCreator.getObjectProperties(Context context, java.lang.String pid)
          Let the delegate do it.
 Property[] JournalConsumer.getObjectProperties(Context context, java.lang.String pid)
          Read-only method: pass the call to the ManagementDelegate.
 

Uses of Property in fedora.server.management
 

Methods in fedora.server.management that return Property
 Property[] Management.getObjectProperties(Context context, java.lang.String pid)
           
 Property[] DefaultManagement.getObjectProperties(Context context, java.lang.String pid)
           
 

Uses of Property in fedora.server.storage.types
 

Fields in fedora.server.storage.types declared as Property
 Property[] MIMETypedStream.header
           
 

Constructors in fedora.server.storage.types with parameters of type Property
MIMETypedStream(java.lang.String MIMEType, java.io.InputStream stream, Property[] header)
          Constructs a MIMETypedStream.
 

Uses of Property in fedora.server.utilities
 

Methods in fedora.server.utilities that return 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.
 

Methods in fedora.server.utilities with parameters of type 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.