All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.bonita.facade.def.element.Resource Maven / Gradle / Ivy

package org.ow2.bonita.facade.def.element;

public interface Resource {

  String getPath();
  byte[] getData();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy