Uses of Class
org.apache.sling.distribution.journal.messages.PackageMessage.ReqType
-
Packages that use PackageMessage.ReqType Package Description org.apache.sling.distribution.journal.messages -
-
Uses of PackageMessage.ReqType in org.apache.sling.distribution.journal.messages
Methods in org.apache.sling.distribution.journal.messages that return PackageMessage.ReqType Modifier and Type Method Description static PackageMessage.ReqType
PackageMessage.ReqType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PackageMessage.ReqType[]
PackageMessage.ReqType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sling.distribution.journal.messages with parameters of type PackageMessage.ReqType Constructor Description PackageMessage(String pubSlingId, PackageMessage.ReqType reqType, String pkgId, String pkgType, long pkgLength, byte[] pkgBinary, String pkgBinaryRef, String pubAgentName, String userId, List<String> paths, List<String> deepPaths)
-