Class AbstractResourceOperation

    • Constructor Detail

      • AbstractResourceOperation

        protected AbstractResourceOperation​(org.fcrepo.kernel.api.Transaction transaction,
                                            org.fcrepo.kernel.api.identifiers.FedoraId rescId)
    • Method Detail

      • getResourceId

        public org.fcrepo.kernel.api.identifiers.FedoraId getResourceId()
        Specified by:
        getResourceId in interface org.fcrepo.kernel.api.operations.ResourceOperation
      • getUserPrincipal

        public String getUserPrincipal()
        Specified by:
        getUserPrincipal in interface org.fcrepo.kernel.api.operations.ResourceOperation
      • getTransaction

        public org.fcrepo.kernel.api.Transaction getTransaction()
        Specified by:
        getTransaction in interface org.fcrepo.kernel.api.operations.ResourceOperation
      • setUserPrincipal

        public void setUserPrincipal​(String userPrincipal)
        Parameters:
        userPrincipal - the userPrincipal to set